ホーム › System.RemoteManagement › IWSManResourceLocator
IWSManResourceLocator
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 13
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT put_ResourceURI(LPWSTR uri) |
| 8 | HRESULT get_ResourceURI(LPWSTR* uri) |
| 9 | HRESULT AddSelector(LPWSTR resourceSelName, VARIANT selValue) |
| 10 | HRESULT ClearSelectors() |
| 11 | HRESULT get_FragmentPath(LPWSTR* text) |
| 12 | HRESULT put_FragmentPath(LPWSTR text) |
| 13 | HRESULT get_FragmentDialect(LPWSTR* text) |
| 14 | HRESULT put_FragmentDialect(LPWSTR text) |
| 15 | HRESULT AddOption(LPWSTR OptionName, VARIANT OptionValue, BOOL mustComply) |
| 16 | HRESULT put_MustUnderstandOptions(BOOL mustUnderstand) |
| 17 | HRESULT get_MustUnderstandOptions(BOOL* mustUnderstand) |
| 18 | HRESULT ClearOptions() |
| 19 | HRESULT get_Error(LPWSTR* value) |