ResUtilFindDwordProperty

The ResUtilFindDwordProperty utility function locates a numeric property in a property list.

DWORD WINAPI ResUtilFindDwordProperty(
  const PVOID Buffer,        
  DWORD BufferSize,    
  LPCWSTR PropName,  
  LPDWORD FoundDword         
);
 

Parameters

Buffer
[in] Pointer to the value list in which to locate the numeric value.
BufferSize
[in] Size in bytes of the data included in Buffer.
PropName
[in] Pointer to the name of the value to locate.
FoundDword
[out] Pointer to the located numeric value.

Return Values

ERROR_SUCCESS
A successful attempt was made to locate the value.
ERROR_INVALID_DATA
The data is in an incorrect format.
ERROR_FILE_NOT_FOUND
The numeric property could not be located in the property list.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.