ResUtilSetUnknownProperties 函式 (resapi.h)
語法
DWORD ResUtilSetUnknownProperties(
[in] HKEY hkeyClusterKey,
[in] const PRESUTIL_PROPERTY_ITEM pPropertyTable,
[in] const PVOID pInPropertyList,
[in] DWORD cbInPropertyListSize
);
參數
[in] hkeyClusterKey
識別要設定之屬性位置的叢集資料庫索引鍵。
[in] pPropertyTable
屬性數據表的指標,指定此函式不應設定的屬性。
[in] pInPropertyList
屬性清單的指標。 會設定出現在此清單中且未出現在 pInPropertyList 中的任何屬性。
[in] cbInPropertyListSize
pInPropertyList 所指向之輸入緩衝區位元組大小的指標。
傳回值
如果作業成功,函式會傳回 ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。
備註
ResUtilSetUnknownProperties 只會設定 pInPropertyList 中未列於 pPropertyTable 中的屬性。
使用 ResUtilAddUnknownProperties 來建立屬性清單和 ResUtilGetAllProperties 來擷取 未知的屬性。
請勿從下列資源 DLL 進入點函式呼叫 ResUtilSetUnknownProperties :
ResUtilSetUnknownProperties 可以從任何其他資源 DLL 進入點函式或背景工作線程安全地呼叫。 如需詳細資訊,請參閱 在資源 DLL 中避免的函式呼叫。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
目標平台 | Windows |
標頭 | resapi.h |
程式庫 | ResUtils.lib |
Dll | ResUtils.dll |