mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- 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:
parent
93d1dcecc4
commit
cdd37d19ea
1 changed files with 19 additions and 0 deletions
19
reactos/include/psdk/clusapi.h
Normal file
19
reactos/include/psdk/clusapi.h
Normal 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
|
Loading…
Reference in a new issue