SHRegGetIntW (SHLWAPI.280)
int SHRegGetIntW ( HKEY hKey, LPCWSTR lpszValue, int iDefault )
Read an integer value from the registry, falling back to a default.
hKey | [In] | Registry key to read from. |
lpszValue | [In] | Value name to read. |
iDefault | [In] | Default value to return. |
The value contained in the given registry value if present, otherwise iDefault.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.