Win32 API 日本語リファレンス
ホームStorage.FileServerResourceManager › IFsrmQuotaBase

IFsrmQuotaBase

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IID1568a795-3924-4118-b74b-68d8f0fa5daf継承元IFsrmObject呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl12

メソッド 10

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
12HRESULT get_QuotaLimit(VARIANT* quotaLimit)
13HRESULT put_QuotaLimit(VARIANT quotaLimit)
14HRESULT get_QuotaFlags(INT* quotaFlags)
15HRESULT put_QuotaFlags(INT quotaFlags)
16HRESULT get_Thresholds(SAFEARRAY** thresholds)
17HRESULT AddThreshold(INT threshold)
18HRESULT DeleteThreshold(INT threshold)
19HRESULT ModifyThreshold(INT threshold, INT newThreshold)
20HRESULT CreateThresholdAction(INT threshold, FsrmActionType actionType, IFsrmAction** action)
21HRESULT EnumThresholdActions(INT threshold, IFsrmCollection** actions)