ResUtilVerifyPrivatePropertyList 関数 (resapi.h)
プロパティ リストが正しく書式設定されていることを確認します。
構文
DWORD ResUtilVerifyPrivatePropertyList(
[in] const PVOID pInPropertyList,
[in] DWORD cbInPropertyListSize
);
パラメーター
[in] pInPropertyList
検証するプロパティ リストを含む入力バッファーへのポインター。
[in] cbInPropertyListSize
pInPropertyList が指す入力バッファーのサイズ。
戻り値
操作が成功した場合、関数は ERROR_SUCCESSを返します。
操作が失敗した場合、関数は システム エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
対象プラットフォーム | Windows |
ヘッダー | resapi.h |
Library | ResUtils.lib |
[DLL] | ResUtils.dll |