#define global IID_IXpsSigningOptions "{7718EAE4-3215-49BE-AF5B-594FEF7FCFA6}"
#usecom global IXpsSigningOptions IID_IXpsSigningOptions "{}"
#comfunc global IXpsSigningOptions_GetSignatureId 3 var
#comfunc global IXpsSigningOptions_SetSignatureId 4 wstr
#comfunc global IXpsSigningOptions_GetSignatureMethod 5 var
#comfunc global IXpsSigningOptions_SetSignatureMethod 6 wstr
#comfunc global IXpsSigningOptions_GetDigestMethod 7 var
#comfunc global IXpsSigningOptions_SetDigestMethod 8 wstr
#comfunc global IXpsSigningOptions_GetSignaturePartName 9 sptr
#comfunc global IXpsSigningOptions_SetSignaturePartName 10 sptr
#comfunc global IXpsSigningOptions_GetPolicy 11 var
#comfunc global IXpsSigningOptions_SetPolicy 12 int
#comfunc global IXpsSigningOptions_GetSigningTimeFormat 13 var
#comfunc global IXpsSigningOptions_SetSigningTimeFormat 14 int
#comfunc global IXpsSigningOptions_GetCustomObjects 15 sptr
#comfunc global IXpsSigningOptions_GetCustomReferences 16 sptr
#comfunc global IXpsSigningOptions_GetCertificateSet 17 sptr
#comfunc global IXpsSigningOptions_GetFlags 18 var
#comfunc global IXpsSigningOptions_SetFlags 19 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IXpsSigningOptions "{7718EAE4-3215-49BE-AF5B-594FEF7FCFA6}"
#usecom global IXpsSigningOptions IID_IXpsSigningOptions "{}"
#comfunc global IXpsSigningOptions_GetSignatureId 3 sptr
#comfunc global IXpsSigningOptions_SetSignatureId 4 wstr
#comfunc global IXpsSigningOptions_GetSignatureMethod 5 sptr
#comfunc global IXpsSigningOptions_SetSignatureMethod 6 wstr
#comfunc global IXpsSigningOptions_GetDigestMethod 7 sptr
#comfunc global IXpsSigningOptions_SetDigestMethod 8 wstr
#comfunc global IXpsSigningOptions_GetSignaturePartName 9 sptr
#comfunc global IXpsSigningOptions_SetSignaturePartName 10 sptr
#comfunc global IXpsSigningOptions_GetPolicy 11 sptr
#comfunc global IXpsSigningOptions_SetPolicy 12 int
#comfunc global IXpsSigningOptions_GetSigningTimeFormat 13 sptr
#comfunc global IXpsSigningOptions_SetSigningTimeFormat 14 int
#comfunc global IXpsSigningOptions_GetCustomObjects 15 sptr
#comfunc global IXpsSigningOptions_GetCustomReferences 16 sptr
#comfunc global IXpsSigningOptions_GetCertificateSet 17 sptr
#comfunc global IXpsSigningOptions_GetFlags 18 sptr
#comfunc global IXpsSigningOptions_SetFlags 19 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。