- add a minimal clusapi.h. part 2 of clusapi

- this header will need a lot more work.

svn path=/trunk/; revision=26514
This commit is contained in:
Ged Murphy 2007-04-26 11:32:13 +00:00
parent 93d1dcecc4
commit cdd37d19ea

View file

@ -0,0 +1,19 @@
#ifndef _CLUSAPI_H
#define _CLUSAPI_H
#ifdef __cplusplus
extern "C" {
#endif
DWORD
WINAPI
GetNodeClusterState(
IN LPCWSTR lpszNodeName,
OUT DWORD *pdwClusterState
);
#ifdef __cplusplus
}
#endif
#endif // _CLUSAPI_H