ホーム › Networking.Clustering › ISClusNode
ISClusNode
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 14
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_Name(LPWSTR* pbstrName) |
| 12 | HRESULT get_Handle(UINT_PTR* phandle) |
| 13 | HRESULT get_NodeID(LPWSTR* pbstrNodeID) |
| 14 | HRESULT get_State(CLUSTER_NODE_STATE* dwState) |
| 15 | HRESULT Pause() |
| 16 | HRESULT Resume() |
| 17 | HRESULT Evict() |
| 18 | HRESULT get_ResourceGroups(ISClusResGroups** ppResourceGroups) |
| 19 | HRESULT get_Cluster(ISCluster** ppCluster) |
| 20 | HRESULT get_NetInterfaces(ISClusNodeNetInterfaces** ppClusNetInterfaces) |