Author: gedmurphy Date: Thu Apr 26 15:32:13 2007 New Revision: 26514
URL: http://svn.reactos.org/svn/reactos?rev=26514&view=rev Log: - add a minimal clusapi.h. part 2 of clusapi - this header will need a lot more work.
Added: trunk/reactos/include/psdk/clusapi.h
Added: trunk/reactos/include/psdk/clusapi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/clusapi.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/clusapi.h (added) +++ trunk/reactos/include/psdk/clusapi.h Thu Apr 26 15:32:13 2007 @@ -1,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