ホーム › Networking.Clustering › ISCluster
ISCluster
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 21
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_CommonProperties(ISClusProperties** ppProperties) |
| 8 | HRESULT get_PrivateProperties(ISClusProperties** ppProperties) |
| 9 | HRESULT get_CommonROProperties(ISClusProperties** ppProperties) |
| 10 | HRESULT get_PrivateROProperties(ISClusProperties** ppProperties) |
| 11 | HRESULT get_Handle(UINT_PTR* phandle) |
| 12 | HRESULT Open(LPWSTR bstrClusterName) |
| 13 | HRESULT get_Name(LPWSTR* pbstrName) |
| 14 | HRESULT put_Name(LPWSTR bstrClusterName) |
| 15 | HRESULT get_Version(ISClusVersion** ppClusVersion) |
| 16 | HRESULT put_QuorumResource(ISClusResource* pClusterResource) |
| 17 | HRESULT get_QuorumResource(ISClusResource** pClusterResource) |
| 18 | HRESULT get_QuorumLogSize(INT* pnLogSize) |
| 19 | HRESULT put_QuorumLogSize(INT nLogSize) |
| 20 | HRESULT get_QuorumPath(LPWSTR* ppPath) |
| 21 | HRESULT put_QuorumPath(LPWSTR pPath) |
| 22 | HRESULT get_Nodes(ISClusNodes** ppNodes) |
| 23 | HRESULT get_ResourceGroups(ISClusResGroups** ppClusterResourceGroups) |
| 24 | HRESULT get_Resources(ISClusResources** ppClusterResources) |
| 25 | HRESULT get_ResourceTypes(ISClusResTypes** ppResourceTypes) |
| 26 | HRESULT get_Networks(ISClusNetworks** ppNetworks) |
| 27 | HRESULT get_NetInterfaces(ISClusNetInterfaces** ppNetInterfaces) |