ホーム › System.Wmi › ISWbemObjectPath
ISWbemObjectPath
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 23
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Path(LPWSTR* strPath) |
| 8 | HRESULT put_Path(LPWSTR strPath) |
| 9 | HRESULT get_RelPath(LPWSTR* strRelPath) |
| 10 | HRESULT put_RelPath(LPWSTR strRelPath) |
| 11 | HRESULT get_Server(LPWSTR* strServer) |
| 12 | HRESULT put_Server(LPWSTR strServer) |
| 13 | HRESULT get_Namespace(LPWSTR* strNamespace) |
| 14 | HRESULT put_Namespace(LPWSTR strNamespace) |
| 15 | HRESULT get_ParentNamespace(LPWSTR* strParentNamespace) |
| 16 | HRESULT get_DisplayName(LPWSTR* strDisplayName) |
| 17 | HRESULT put_DisplayName(LPWSTR strDisplayName) |
| 18 | HRESULT get_Class(LPWSTR* strClass) |
| 19 | HRESULT put_Class(LPWSTR strClass) |
| 20 | HRESULT get_IsClass(VARIANT_BOOL* bIsClass) |
| 21 | HRESULT SetAsClass() |
| 22 | HRESULT get_IsSingleton(VARIANT_BOOL* bIsSingleton) |
| 23 | HRESULT SetAsSingleton() |
| 24 | HRESULT get_Keys(ISWbemNamedValueSet** objWbemNamedValueSet) |
| 25 | HRESULT get_Security_(ISWbemSecurity** objWbemSecurity) |
| 26 | HRESULT get_Locale(LPWSTR* strLocale) |
| 27 | HRESULT put_Locale(LPWSTR strLocale) |
| 28 | HRESULT get_Authority(LPWSTR* strAuthority) |
| 29 | HRESULT put_Authority(LPWSTR strAuthority) |