ホーム › Storage.FileServerResourceManager › IFsrmFileScreenManager
IFsrmFileScreenManager
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 9
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_ActionVariables(SAFEARRAY** variables) |
| 8 | HRESULT get_ActionVariableDescriptions(SAFEARRAY** descriptions) |
| 9 | HRESULT CreateFileScreen(LPWSTR path, IFsrmFileScreen** fileScreen) |
| 10 | HRESULT GetFileScreen(LPWSTR path, IFsrmFileScreen** fileScreen) |
| 11 | HRESULT EnumFileScreens(LPWSTR path, FsrmEnumOptions options, IFsrmCommittableCollection** fileScreens) |
| 12 | HRESULT CreateFileScreenException(LPWSTR path, IFsrmFileScreenException** fileScreenException) |
| 13 | HRESULT GetFileScreenException(LPWSTR path, IFsrmFileScreenException** fileScreenException) |
| 14 | HRESULT EnumFileScreenExceptions(LPWSTR path, FsrmEnumOptions options, IFsrmCommittableCollection** fileScreenExceptions) |
| 15 | HRESULT CreateFileScreenCollection(IFsrmCommittableCollection** collection) |