ResUtilEnumPrivateProperties

The ResUtilEnumPrivateProperties utility function enumerates private properties of a resource.

DWORD WINAPI ResUtilEnumPrivateProperties(
  PVOID ClusterKey,   
  PVOID OutBuffer,   
  DWORD OutBufferSize,
  LPDWORD BytesReturned,
  LPDWORD Required
);
 

Parameters

ClusterKey
[in] Key identifying the location of the private properties in the cluster database.
OutBuffer
[out] Pointer to an output buffer containing the names of the enumerated properties.
OutBufferSize
[in] Size of the output buffer pointed to by OutBuffer.
BytesReturned
[out] Pointer to the total number of bytes in returned in the output buffer.
Required
[out] Pointer to the required number of bytes if the output buffer is too small to hold all of the enumerated properties.

Return Values

ERROR_SUCCESS
The enumeration was successful.
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.