ResUtilFindULargeIntegerProperty 関数 (resapi.h)
プロパティ リストから大きな整数プロパティ値を取得します。 PRESUTIL_FIND_ULARGEINTEGER_PROPERTY型は、この関数へのポインターを定義します。
構文
DWORD ResUtilFindULargeIntegerProperty(
[in] const PVOID pPropertyList,
[in] DWORD cbPropertyListSize,
[in] LPCWSTR pszPropertyName,
[out] ULONGLONG *plPropertyValue
);
パラメーター
[in] pPropertyList
プロパティ リストへのポインター。
[in] cbPropertyListSize
pPropertyList のデータのサイズ (バイト単位)。
[in] pszPropertyName
プロパティの名前。
[out] plPropertyValue
プロパティの値。
戻り値
操作が成功した場合、関数は ERROR_SUCCESSを返します。
操作が失敗した場合、関数は システム エラー コードを返します。 考えられるエラー コードを次に示します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2016 |
対象プラットフォーム | Windows |
ヘッダー | resapi.h |
Library | ResUtils.lib |
[DLL] | ResUtils.dll |