#define global IID_IIsdbCAContractInformationDescriptor "{08E18B25-A28F-4E92-821E-4FCED5CC2291}"
#usecom global IIsdbCAContractInformationDescriptor IID_IIsdbCAContractInformationDescriptor "{}"
#comfunc global IIsdbCAContractInformationDescriptor_GetTag 3 var
#comfunc global IIsdbCAContractInformationDescriptor_GetLength 4 var
#comfunc global IIsdbCAContractInformationDescriptor_GetCASystemId 5 var
#comfunc global IIsdbCAContractInformationDescriptor_GetCAUnitId 6 var
#comfunc global IIsdbCAContractInformationDescriptor_GetCountOfRecords 7 var
#comfunc global IIsdbCAContractInformationDescriptor_GetRecordComponentTag 8 int,var
#comfunc global IIsdbCAContractInformationDescriptor_GetContractVerificationInfoLength 9 var
#comfunc global IIsdbCAContractInformationDescriptor_GetContractVerificationInfo 10 int,var
#comfunc global IIsdbCAContractInformationDescriptor_GetFeeNameW 11 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbCAContractInformationDescriptor "{08E18B25-A28F-4E92-821E-4FCED5CC2291}"
#usecom global IIsdbCAContractInformationDescriptor IID_IIsdbCAContractInformationDescriptor "{}"
#comfunc global IIsdbCAContractInformationDescriptor_GetTag 3 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetLength 4 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetCASystemId 5 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetCAUnitId 6 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetCountOfRecords 7 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetRecordComponentTag 8 int,sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetContractVerificationInfoLength 9 sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetContractVerificationInfo 10 int,sptr
#comfunc global IIsdbCAContractInformationDescriptor_GetFeeNameW 11 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。