Searched refs:HCLUSTER (Results 1 – 3 of 3) sorted by relevance
26 typedef struct _HCLUSTER *HCLUSTER; typedef44 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);
34 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()
14 # error C4312: 'type cast': conversion from 'unsigned int' to 'HCLUSTER' of greater size