mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
19 lines
234 B
C
19 lines
234 B
C
|
|
#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
|