Go to the source code of this file.
◆ CLUSTERVERSIONINFO
◆ HCLUSENUM
◆ HCLUSTER
◆ LPCLUSTERVERSIONINFO
◆ CloseCluster()
Definition at line 79 of file clusapi.c.
80{
81 FIXME(
"(%p) stub!\n", hCluster);
82
84}
◆ ClusterCloseEnum()
Definition at line 101 of file clusapi.c.
102{
103 FIXME(
"(%p) stub!\n", hEnum);
104
106}
◆ ClusterEnum()
Definition at line 112 of file clusapi.c.
113{
114 FIXME(
"(%p, %u, %p, %p, %u) stub!\n", hEnum, dwIndex, lpdwType, lpszName, *lpcchName);
115
117}
#define ERROR_NO_MORE_ITEMS
◆ ClusterOpenEnum()
Definition at line 90 of file clusapi.c.
91{
92 FIXME(
"(%p, %u) stub!\n", hCluster,dwType);
93
95}
struct _HCLUSENUM * HCLUSENUM
◆ GetClusterInformation()
Definition at line 34 of file clusapi.c.
36{
37 FIXME(
"(%p, %p, %p, %p) stub!\n", hCluster, lpszClusterName, lpcchClusterName, lpClusterInfo);
38
39 *lpcchClusterName = 0;
40
42}
◆ GetNodeClusterState()
Definition at line 55 of file clusapi.c.
56{
58
59 *pdwClusterState = 0;
60
62}
◆ OpenCluster()
Definition at line 68 of file clusapi.c.
69{
71
73}
struct _HCLUSTER * HCLUSTER