The ResUtilGetProperties utility function returns a property list containing specified properties for a cluster object.
DWORD WINAPI ResUtilGetProperties(
PVOID ClusterKey,
const PRESUTIL_PROPERTY_ITEM PropertyTable,
PVOID OutBuffer,
DWORD OutBufferSize,
LPDWORD BytesReturned,
LPDWORD Required
);
If the operation was unsuccessful, ResUtilGetProperties can also return a Win32® error value.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.