ホーム › Networking.Clustering › ISClusNetwork
ISClusNetwork
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 11
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 get_Name(LPWSTR* pbstrName) |
| 13 | HRESULT put_Name(LPWSTR bstrNetworkName) |
| 14 | HRESULT get_NetworkID(LPWSTR* pbstrNetworkID) |
| 15 | HRESULT get_State(CLUSTER_NETWORK_STATE* dwState) |
| 16 | HRESULT get_NetInterfaces(ISClusNetworkNetInterfaces** ppClusNetInterfaces) |
| 17 | HRESULT get_Cluster(ISCluster** ppCluster) |