ResUtilSetQwordValue function (resapi.h)
TBD. The PRESUTIL_SET_QWORD_VALUE type defines a pointer to this function.
Syntax
DWORD ResUtilSetQwordValue(
[in] HKEY hkeyClusterKey,
[in] LPCWSTR pszValueName,
[in] ULONGLONG qwNewValue,
[in, out, optional] PULONGLONG pqwOutValue
);
Parameters
[in] hkeyClusterKey
[in] pszValueName
[in] qwNewValue
[in, out, optional] pqwOutValue
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Target Platform | Windows |
Header | resapi.h |
Library | ResUtils.lib; ResApi.lib on Windows Server 2008 R2 and Windows Server 2008 |
DLL | ResUtils.dll |