ホーム › Storage.FileServerResourceManager › IFsrmQuotaBase
IFsrmQuotaBase
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 10
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 12 | HRESULT get_QuotaLimit(VARIANT* quotaLimit) |
| 13 | HRESULT put_QuotaLimit(VARIANT quotaLimit) |
| 14 | HRESULT get_QuotaFlags(INT* quotaFlags) |
| 15 | HRESULT put_QuotaFlags(INT quotaFlags) |
| 16 | HRESULT get_Thresholds(SAFEARRAY** thresholds) |
| 17 | HRESULT AddThreshold(INT threshold) |
| 18 | HRESULT DeleteThreshold(INT threshold) |
| 19 | HRESULT ModifyThreshold(INT threshold, INT newThreshold) |
| 20 | HRESULT CreateThresholdAction(INT threshold, FsrmActionType actionType, IFsrmAction** action) |
| 21 | HRESULT EnumThresholdActions(INT threshold, IFsrmCollection** actions) |