ResUtilFindSzProperty
The ResUtilFindSzProperty utility function locates a string property in a property list.
DWORD WINAPI ResUtilFindSzProperty(
const PVOID Buffer,
DWORD BufferSize,
LPCWSTR PropName,
LPWSTR *FoundString
);
Parameters
Buffer
[in] Pointer to the property list in which to locate the string property.
BufferSize
[in] Size in bytes of the data included in Buffer.
PropName
[in] Pointer to the name of the string property to locate.
FoundString
[out] Pointer to the value from the property list containing the string property pointed to by PropName.
Return Values
ERROR_SUCCESS
A successful attempt was made to locate the string.
ERROR_NOT_ENOUGH_MEMORY
Insufficient memory available for completing the operation.
ERROR_INVALID_DATA
The data is in an incorrect format.
ERROR_FILE_NOT_FOUND
The string property could not be located in the value list.
QuickInfo
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.