table of contents
other versions
- wheezy 1.4.1-4
SHQueryInfoKeyA(3w) | Wine API | SHQueryInfoKeyA(3w) |
NAME¶
SHQueryInfoKeyA (SHLWAPI.@)SYNOPSIS¶
LONG SHQueryInfoKeyA(
HKEY hKey,
LPDWORD pwSubKeys,
LPDWORD pwSubKeyMax,
LPDWORD pwValues,
LPDWORD pwValueMax
)
DESCRIPTION¶
Get information about a registry key. See RegQueryInfoKeyA(3w).RETURNS¶
The result of calling RegQueryInfoKeyA(3w).IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/reg.c". Debug channel "shell".Oct 2012 | Wine API |