#define global IID_IITResultSet "{3BB91D41-998B-11D0-A850-00AA006C7D01}"
#usecom global IITResultSet IID_IITResultSet "{}"
#comfunc global IITResultSet_SetColumnPriority 3 int,int
#comfunc global IITResultSet_SetColumnHeap 4 int,sptr,sptr
#comfunc global IITResultSet_SetKeyProp 5 int
#comfunc global IITResultSet_Add 6 int,int,int
#comfunc global IITResultSet_Add 7 int,wstr,int
#comfunc global IITResultSet_Add 8 int,sptr,int,int
#comfunc global IITResultSet_Add 9 sptr
#comfunc global IITResultSet_Append 10 sptr,sptr
#comfunc global IITResultSet_Set 11 int,int,sptr,int
#comfunc global IITResultSet_Set 12 int,int,wstr
#comfunc global IITResultSet_Set 13 int,int,sptr
#comfunc global IITResultSet_Set 14 int,sptr,sptr
#comfunc global IITResultSet_Copy 15 sptr
#comfunc global IITResultSet_AppendRows 16 sptr,int,int,var
#comfunc global IITResultSet_Get 17 int,int,var
#comfunc global IITResultSet_GetKeyProp 18 var
#comfunc global IITResultSet_GetColumnPriority 19 int,var
#comfunc global IITResultSet_GetRowCount 20 var
#comfunc global IITResultSet_GetColumnCount 21 var
#comfunc global IITResultSet_GetColumn 22 int,var,var,sptr,var,var
#comfunc global IITResultSet_GetColumn 23 int,var
#comfunc global IITResultSet_GetColumnFromPropID 24 int,var
#comfunc global IITResultSet_Clear 25
#comfunc global IITResultSet_ClearRows 26
#comfunc global IITResultSet_Free 27
#comfunc global IITResultSet_IsCompleted 28
#comfunc global IITResultSet_Cancel 29
#comfunc global IITResultSet_Pause 30 int
#comfunc global IITResultSet_GetRowStatus 31 int,int,var
#comfunc global IITResultSet_GetColumnStatus 32 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IITResultSet "{3BB91D41-998B-11D0-A850-00AA006C7D01}"
#usecom global IITResultSet IID_IITResultSet "{}"
#comfunc global IITResultSet_SetColumnPriority 3 int,int
#comfunc global IITResultSet_SetColumnHeap 4 int,sptr,sptr
#comfunc global IITResultSet_SetKeyProp 5 int
#comfunc global IITResultSet_Add 6 int,int,int
#comfunc global IITResultSet_Add 7 int,wstr,int
#comfunc global IITResultSet_Add 8 int,sptr,int,int
#comfunc global IITResultSet_Add 9 sptr
#comfunc global IITResultSet_Append 10 sptr,sptr
#comfunc global IITResultSet_Set 11 int,int,sptr,int
#comfunc global IITResultSet_Set 12 int,int,wstr
#comfunc global IITResultSet_Set 13 int,int,sptr
#comfunc global IITResultSet_Set 14 int,sptr,sptr
#comfunc global IITResultSet_Copy 15 sptr
#comfunc global IITResultSet_AppendRows 16 sptr,int,int,sptr
#comfunc global IITResultSet_Get 17 int,int,sptr
#comfunc global IITResultSet_GetKeyProp 18 sptr
#comfunc global IITResultSet_GetColumnPriority 19 int,sptr
#comfunc global IITResultSet_GetRowCount 20 sptr
#comfunc global IITResultSet_GetColumnCount 21 sptr
#comfunc global IITResultSet_GetColumn 22 int,sptr,sptr,sptr,sptr,sptr
#comfunc global IITResultSet_GetColumn 23 int,sptr
#comfunc global IITResultSet_GetColumnFromPropID 24 int,sptr
#comfunc global IITResultSet_Clear 25
#comfunc global IITResultSet_ClearRows 26
#comfunc global IITResultSet_Free 27
#comfunc global IITResultSet_IsCompleted 28
#comfunc global IITResultSet_Cancel 29
#comfunc global IITResultSet_Pause 30 int
#comfunc global IITResultSet_GetRowStatus 31 int,int,sptr
#comfunc global IITResultSet_GetColumnStatus 32 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。