Scroll to navigation

SHQueryInfoKeyW(3w) Wine API SHQueryInfoKeyW(3w)

NAME

SHQueryInfoKeyW (SHLWAPI.@)

SYNOPSIS

LONG SHQueryInfoKeyW
(
HKEY hKey,
LPDWORD pwSubKeys,
LPDWORD pwSubKeyMax,
LPDWORD pwValues,
LPDWORD pwValueMax
)
 

DESCRIPTION

See SHQueryInfoKeyA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c".
Debug channel "shell".
Oct 2012 Wine API