Home
last modified time | relevance | path

Searched refs:HCLUSTER (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dclusapi.h26 typedef struct _HCLUSTER *HCLUSTER; typedef
44 BOOL WINAPI CloseCluster(HCLUSTER hCluster);
45 DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName,
48 HCLUSTER WINAPI OpenCluster(LPCWSTR lpszClusterName);
49 HCLUSENUM WINAPI ClusterOpenEnum(HCLUSTER hCluster, DWORD dwType);
/reactos/dll/win32/clusapi/
H A Dclusapi.c34 DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName, in GetClusterInformation()
68 HCLUSTER WINAPI OpenCluster(LPCWSTR lpszClusterName) in OpenCluster()
72 return (HCLUSTER)0xdeadbeef; in OpenCluster()
79 BOOL WINAPI CloseCluster(HCLUSTER hCluster) in CloseCluster()
90 HCLUSENUM WINAPI ClusterOpenEnum(HCLUSTER hCluster, DWORD dwType) in ClusterOpenEnum()
H A DCMakeLists.txt14 # error C4312: 'type cast': conversion from 'unsigned int' to 'HCLUSTER' of greater size