ホーム › Storage.FileServerResourceManager › IFsrmReport
IFsrmReport
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 9
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Type(FsrmReportType* reportType) |
| 8 | HRESULT get_Name(LPWSTR* name) |
| 9 | HRESULT put_Name(LPWSTR name) |
| 10 | HRESULT get_Description(LPWSTR* description) |
| 11 | HRESULT put_Description(LPWSTR description) |
| 12 | HRESULT get_LastGeneratedFileNamePrefix(LPWSTR* prefix) |
| 13 | HRESULT GetFilter(FsrmReportFilter filter, VARIANT* filterValue) |
| 14 | HRESULT SetFilter(FsrmReportFilter filter, VARIANT filterValue) |
| 15 | HRESULT Delete() |