#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IDiskQuotaUser "{7988B574-EC89-11CF-9C00-00AA00A14F56}"
#usecom global IDiskQuotaUser IID_IDiskQuotaUser "{}"
#comfunc global IDiskQuotaUser_GetID 3 var
#comfunc global IDiskQuotaUser_GetName 4 wstr,int,wstr,int,wstr,int
#comfunc global IDiskQuotaUser_GetSidLength 5 var
#comfunc global IDiskQuotaUser_GetSid 6 var,int
#comfunc global IDiskQuotaUser_GetQuotaThreshold 7 var
#comfunc global IDiskQuotaUser_GetQuotaThresholdText 8 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaLimit 9 var
#comfunc global IDiskQuotaUser_GetQuotaLimitText 10 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaUsed 11 var
#comfunc global IDiskQuotaUser_GetQuotaUsedText 12 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaInformation 13 sptr,int
#comfunc global IDiskQuotaUser_SetQuotaThreshold 14 int64,int
#comfunc global IDiskQuotaUser_SetQuotaLimit 15 int64,int
#comfunc global IDiskQuotaUser_Invalidate 16
#comfunc global IDiskQuotaUser_GetAccountStatus 17 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDiskQuotaUser "{7988B574-EC89-11CF-9C00-00AA00A14F56}"
#usecom global IDiskQuotaUser IID_IDiskQuotaUser "{}"
#comfunc global IDiskQuotaUser_GetID 3 sptr
#comfunc global IDiskQuotaUser_GetName 4 wstr,int,wstr,int,wstr,int
#comfunc global IDiskQuotaUser_GetSidLength 5 sptr
#comfunc global IDiskQuotaUser_GetSid 6 sptr,int
#comfunc global IDiskQuotaUser_GetQuotaThreshold 7 sptr
#comfunc global IDiskQuotaUser_GetQuotaThresholdText 8 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaLimit 9 sptr
#comfunc global IDiskQuotaUser_GetQuotaLimitText 10 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaUsed 11 sptr
#comfunc global IDiskQuotaUser_GetQuotaUsedText 12 wstr,int
#comfunc global IDiskQuotaUser_GetQuotaInformation 13 sptr,int
#comfunc global IDiskQuotaUser_SetQuotaThreshold 14 int64,int
#comfunc global IDiskQuotaUser_SetQuotaLimit 15 int64,int
#comfunc global IDiskQuotaUser_Invalidate 16
#comfunc global IDiskQuotaUser_GetAccountStatus 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。