ResUtilGetProperty
The ResUtilGetProperty utility function returns a specified property.
DWORD WINAPI ResUtilGetProperty(
PVOID ClusterKey,
const PRESUTIL_PROPERTY_ITEM Property,
PVOID *OutBuffer,
LPDWORD OutBufferSize
);
Parameters
-
ClusterKey
-
[in] Pointer to the cluster database key identifying the location of the property to retrieve.
-
Property
-
[in] Pointer to a RESUTIL_PROPERTY_ITEM structure that describes the property to retrieve.
-
OutBuffer
-
[out] Pointer to an output buffer in which to return the requested property. It is assumed that the buffer is part of a property list.
-
OutBufferSize
-
[in, out] Pointer to the size in bytes of the output buffer pointed to by OutBuffer.
Return Values
-
ERROR_SUCCESS
-
The property was successfully retrieved.
-
ERROR_BAD_ARGUMENTS
-
One or more of the input parameters were invalid.
QuickInfo
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.