RegQueryValueW(3w)
NAME
RegQueryValueW (ADVAPI32.@)
SYNOPSIS
LSTATUS RegQueryValueW ( HKEY hkey, LPCWSTR name, LPWSTR data, LPLONG count )
DESCRIPTION
Retrieves the data associated with the default or unnamed value of a
key.
PARAMS
hkey [In] Handle to an open key.
name [In] Name of the subkey of hKey.
data [Out] Receives the string associated with the default value of
the key.
count [In/Out] Size of lpValue in bytes.
RETURNS
Success: ERROR_SUCCESS
Failure: nonzero error code from Winerror.h
IMPLEMENTATION
Defined in "winreg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".
- Debug channel "reg".