Win32 API 日本語リファレンス
ホームNetworking.Clustering › ISCluster

ISCluster

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IIDf2e606e4-2631-11d1-89f1-00a0c90d061e継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 21

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT get_CommonProperties(ISClusProperties** ppProperties)
8HRESULT get_PrivateProperties(ISClusProperties** ppProperties)
9HRESULT get_CommonROProperties(ISClusProperties** ppProperties)
10HRESULT get_PrivateROProperties(ISClusProperties** ppProperties)
11HRESULT get_Handle(UINT_PTR* phandle)
12HRESULT Open(LPWSTR bstrClusterName)
13HRESULT get_Name(LPWSTR* pbstrName)
14HRESULT put_Name(LPWSTR bstrClusterName)
15HRESULT get_Version(ISClusVersion** ppClusVersion)
16HRESULT put_QuorumResource(ISClusResource* pClusterResource)
17HRESULT get_QuorumResource(ISClusResource** pClusterResource)
18HRESULT get_QuorumLogSize(INT* pnLogSize)
19HRESULT put_QuorumLogSize(INT nLogSize)
20HRESULT get_QuorumPath(LPWSTR* ppPath)
21HRESULT put_QuorumPath(LPWSTR pPath)
22HRESULT get_Nodes(ISClusNodes** ppNodes)
23HRESULT get_ResourceGroups(ISClusResGroups** ppClusterResourceGroups)
24HRESULT get_Resources(ISClusResources** ppClusterResources)
25HRESULT get_ResourceTypes(ISClusResTypes** ppResourceTypes)
26HRESULT get_Networks(ISClusNetworks** ppNetworks)
27HRESULT get_NetInterfaces(ISClusNetInterfaces** ppNetInterfaces)