[ros-diffs] [gedmurphy] 26514: - add a minimal clusapi.h. part 2 of clusapi - this header will need a lot more work.

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Thu Apr 26 13:32:13 CEST 2007


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=26514&view=auto
==============================================================================
--- 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




More information about the Ros-diffs mailing list