#define global IID_ICertSrvSetupKeyInformation "{6BA73778-36DA-4C39-8A85-BCFA7D000793}"
#usecom global ICertSrvSetupKeyInformation IID_ICertSrvSetupKeyInformation "{}"
#comfunc global ICertSrvSetupKeyInformation_get_ProviderName 7 var
#comfunc global ICertSrvSetupKeyInformation_put_ProviderName 8 wstr
#comfunc global ICertSrvSetupKeyInformation_get_Length 9 var
#comfunc global ICertSrvSetupKeyInformation_put_Length 10 int
#comfunc global ICertSrvSetupKeyInformation_get_Existing 11 var
#comfunc global ICertSrvSetupKeyInformation_put_Existing 12 int
#comfunc global ICertSrvSetupKeyInformation_get_ContainerName 13 var
#comfunc global ICertSrvSetupKeyInformation_put_ContainerName 14 wstr
#comfunc global ICertSrvSetupKeyInformation_get_HashAlgorithm 15 var
#comfunc global ICertSrvSetupKeyInformation_put_HashAlgorithm 16 wstr
#comfunc global ICertSrvSetupKeyInformation_get_ExistingCACertificate 17 var
#comfunc global ICertSrvSetupKeyInformation_put_ExistingCACertificate 18 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ICertSrvSetupKeyInformation "{6BA73778-36DA-4C39-8A85-BCFA7D000793}"
#usecom global ICertSrvSetupKeyInformation IID_ICertSrvSetupKeyInformation "{}"
#comfunc global ICertSrvSetupKeyInformation_get_ProviderName 7 sptr
#comfunc global ICertSrvSetupKeyInformation_put_ProviderName 8 wstr
#comfunc global ICertSrvSetupKeyInformation_get_Length 9 sptr
#comfunc global ICertSrvSetupKeyInformation_put_Length 10 int
#comfunc global ICertSrvSetupKeyInformation_get_Existing 11 sptr
#comfunc global ICertSrvSetupKeyInformation_put_Existing 12 int
#comfunc global ICertSrvSetupKeyInformation_get_ContainerName 13 sptr
#comfunc global ICertSrvSetupKeyInformation_put_ContainerName 14 wstr
#comfunc global ICertSrvSetupKeyInformation_get_HashAlgorithm 15 sptr
#comfunc global ICertSrvSetupKeyInformation_put_HashAlgorithm 16 wstr
#comfunc global ICertSrvSetupKeyInformation_get_ExistingCACertificate 17 sptr
#comfunc global ICertSrvSetupKeyInformation_put_ExistingCACertificate 18 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。