#define global IID_IFsrmQuotaBase "{1568A795-3924-4118-B74B-68D8F0FA5DAF}"
#usecom global IFsrmQuotaBase IID_IFsrmQuotaBase "{}"
#comfunc global IFsrmQuotaBase_get_QuotaLimit 12 var
#comfunc global IFsrmQuotaBase_put_QuotaLimit 13 int
#comfunc global IFsrmQuotaBase_get_QuotaFlags 14 var
#comfunc global IFsrmQuotaBase_put_QuotaFlags 15 int
#comfunc global IFsrmQuotaBase_get_Thresholds 16 var
#comfunc global IFsrmQuotaBase_AddThreshold 17 int
#comfunc global IFsrmQuotaBase_DeleteThreshold 18 int
#comfunc global IFsrmQuotaBase_ModifyThreshold 19 int,int
#comfunc global IFsrmQuotaBase_CreateThresholdAction 20 int,int,sptr
#comfunc global IFsrmQuotaBase_EnumThresholdActions 21 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFsrmQuotaBase "{1568A795-3924-4118-B74B-68D8F0FA5DAF}"
#usecom global IFsrmQuotaBase IID_IFsrmQuotaBase "{}"
#comfunc global IFsrmQuotaBase_get_QuotaLimit 12 sptr
#comfunc global IFsrmQuotaBase_put_QuotaLimit 13 int
#comfunc global IFsrmQuotaBase_get_QuotaFlags 14 sptr
#comfunc global IFsrmQuotaBase_put_QuotaFlags 15 int
#comfunc global IFsrmQuotaBase_get_Thresholds 16 sptr
#comfunc global IFsrmQuotaBase_AddThreshold 17 int
#comfunc global IFsrmQuotaBase_DeleteThreshold 18 int
#comfunc global IFsrmQuotaBase_ModifyThreshold 19 int,int
#comfunc global IFsrmQuotaBase_CreateThresholdAction 20 int,int,sptr
#comfunc global IFsrmQuotaBase_EnumThresholdActions 21 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。