SHRegGetUSValueA (SHLWAPI.@)
LONG SHRegGetUSValueA ( LPCSTR pSubKey, LPCSTR pValue, LPDWORD pwType, LPVOID pvData, LPDWORD pcbData, BOOL flagIgnoreHKCU, LPVOID pDefaultData, DWORD wDefaultDataSize )
pSubKey | [In] | Key name to open. |
pValue | [In] | Value name to open. |
pwType | [Out] | Destination for the type of the value. |
pvData | [Out] | Destination for the value. |
pcbData | [In] | Destination for the length of the value *. |
flagIgnoreHKCU | [In] | TRUE=Don't check HKEY_CURRENT_USER. |
pDefaultData | [In] | Default value if it doesn't exist. |
wDefaultDataSize | [In] | Length of pDefaultData. |
Get a user-specific registry value.
Success: ERROR_SUCCESS
Failure: An error code from SHRegOpenUSKeyA or SHRegQueryUSValueA.
This function opens pSubKey, queries the value, and then closes the key.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.