ResUtilFindSzProperty

王朝百科·作者佚名  2010-03-31  
宽屏版  字体: |||超大  

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.

 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
© 2005- 王朝百科 版权所有