#define global IID_IIsdbDataContentDescriptor "{A428100A-E646-4BD6-AA14-6087BDC08CD5}"
#usecom global IIsdbDataContentDescriptor IID_IIsdbDataContentDescriptor "{}"
#comfunc global IIsdbDataContentDescriptor_GetTag 3 var
#comfunc global IIsdbDataContentDescriptor_GetLength 4 var
#comfunc global IIsdbDataContentDescriptor_GetDataComponentId 5 var
#comfunc global IIsdbDataContentDescriptor_GetEntryComponent 6 var
#comfunc global IIsdbDataContentDescriptor_GetSelectorLength 7 var
#comfunc global IIsdbDataContentDescriptor_GetSelectorBytes 8 int,var
#comfunc global IIsdbDataContentDescriptor_GetCountOfRecords 9 var
#comfunc global IIsdbDataContentDescriptor_GetRecordComponentRef 10 int,var
#comfunc global IIsdbDataContentDescriptor_GetLanguageCode 11 var
#comfunc global IIsdbDataContentDescriptor_GetTextW 12 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbDataContentDescriptor "{A428100A-E646-4BD6-AA14-6087BDC08CD5}"
#usecom global IIsdbDataContentDescriptor IID_IIsdbDataContentDescriptor "{}"
#comfunc global IIsdbDataContentDescriptor_GetTag 3 sptr
#comfunc global IIsdbDataContentDescriptor_GetLength 4 sptr
#comfunc global IIsdbDataContentDescriptor_GetDataComponentId 5 sptr
#comfunc global IIsdbDataContentDescriptor_GetEntryComponent 6 sptr
#comfunc global IIsdbDataContentDescriptor_GetSelectorLength 7 sptr
#comfunc global IIsdbDataContentDescriptor_GetSelectorBytes 8 int,sptr
#comfunc global IIsdbDataContentDescriptor_GetCountOfRecords 9 sptr
#comfunc global IIsdbDataContentDescriptor_GetRecordComponentRef 10 int,sptr
#comfunc global IIsdbDataContentDescriptor_GetLanguageCode 11 sptr
#comfunc global IIsdbDataContentDescriptor_GetTextW 12 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。