SHRegGetIntW(3w)
NAME
SHRegGetIntW (SHLWAPI.280)
SYNOPSIS
int SHRegGetIntW ( HKEY hKey, LPCWSTR lpszValue, int iDefault )
DESCRIPTION
Read an integer value from the registry, falling back to a default.
PARAMS
hKey [In] Registry key to read from.
lpszValue [In] Value name to read.
iDefault [In] Default value to return.
RETURNS
The value contained in the given registry value if present, otherwise
iDefault.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".
- Debug channel "shell".