#define global IID_IXpsOMGlyphsEditor "{A5AB8616-5B16-4B9F-9629-89B323ED7909}"
#usecom global IXpsOMGlyphsEditor IID_IXpsOMGlyphsEditor "{}"
#comfunc global IXpsOMGlyphsEditor_ApplyEdits 3
#comfunc global IXpsOMGlyphsEditor_GetUnicodeString 4 var
#comfunc global IXpsOMGlyphsEditor_SetUnicodeString 5 wstr
#comfunc global IXpsOMGlyphsEditor_GetGlyphIndexCount 6 var
#comfunc global IXpsOMGlyphsEditor_GetGlyphIndices 7 var,var
#comfunc global IXpsOMGlyphsEditor_SetGlyphIndices 8 int,var
#comfunc global IXpsOMGlyphsEditor_GetGlyphMappingCount 9 var
#comfunc global IXpsOMGlyphsEditor_GetGlyphMappings 10 var,var
#comfunc global IXpsOMGlyphsEditor_SetGlyphMappings 11 int,var
#comfunc global IXpsOMGlyphsEditor_GetProhibitedCaretStopCount 12 var
#comfunc global IXpsOMGlyphsEditor_GetProhibitedCaretStops 13 var,var
#comfunc global IXpsOMGlyphsEditor_SetProhibitedCaretStops 14 int,var
#comfunc global IXpsOMGlyphsEditor_GetBidiLevel 15 var
#comfunc global IXpsOMGlyphsEditor_SetBidiLevel 16 int
#comfunc global IXpsOMGlyphsEditor_GetIsSideways 17 var
#comfunc global IXpsOMGlyphsEditor_SetIsSideways 18 int
#comfunc global IXpsOMGlyphsEditor_GetDeviceFontName 19 var
#comfunc global IXpsOMGlyphsEditor_SetDeviceFontName 20 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IXpsOMGlyphsEditor "{A5AB8616-5B16-4B9F-9629-89B323ED7909}"
#usecom global IXpsOMGlyphsEditor IID_IXpsOMGlyphsEditor "{}"
#comfunc global IXpsOMGlyphsEditor_ApplyEdits 3
#comfunc global IXpsOMGlyphsEditor_GetUnicodeString 4 sptr
#comfunc global IXpsOMGlyphsEditor_SetUnicodeString 5 wstr
#comfunc global IXpsOMGlyphsEditor_GetGlyphIndexCount 6 sptr
#comfunc global IXpsOMGlyphsEditor_GetGlyphIndices 7 sptr,sptr
#comfunc global IXpsOMGlyphsEditor_SetGlyphIndices 8 int,sptr
#comfunc global IXpsOMGlyphsEditor_GetGlyphMappingCount 9 sptr
#comfunc global IXpsOMGlyphsEditor_GetGlyphMappings 10 sptr,sptr
#comfunc global IXpsOMGlyphsEditor_SetGlyphMappings 11 int,sptr
#comfunc global IXpsOMGlyphsEditor_GetProhibitedCaretStopCount 12 sptr
#comfunc global IXpsOMGlyphsEditor_GetProhibitedCaretStops 13 sptr,sptr
#comfunc global IXpsOMGlyphsEditor_SetProhibitedCaretStops 14 int,sptr
#comfunc global IXpsOMGlyphsEditor_GetBidiLevel 15 sptr
#comfunc global IXpsOMGlyphsEditor_SetBidiLevel 16 int
#comfunc global IXpsOMGlyphsEditor_GetIsSideways 17 sptr
#comfunc global IXpsOMGlyphsEditor_SetIsSideways 18 int
#comfunc global IXpsOMGlyphsEditor_GetDeviceFontName 19 sptr
#comfunc global IXpsOMGlyphsEditor_SetDeviceFontName 20 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。