SHRegGetBoolUSValueA (SHLWAPI.@)
BOOL SHRegGetBoolUSValueA ( LPCSTR pszSubKey, LPCSTR pszValue, BOOL fIgnoreHKCU, BOOL fDefault )
pszSubKey | [In] | Key name to open. |
pszValue | [In] | Value name to open. |
fIgnoreHKCU | [In] | TRUE=Don't check HKEY_CURRENT_USER. |
fDefault | [In] | Default value to use if pszValue is not present. |
Get a user-specific registry boolean value.
Success: ERROR_SUCCESS
Failure: An error code from SHRegOpenUSKeyA or SHRegQueryUSValueA.
This function opens pszSubKey, queries the value, and then closes the key.
Boolean values are one of the following:
TRUE: YES,TRUE,non-zero
FALSE: NO,FALSE,0
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.