NAME

SHEnumKeyExA  (SHLWAPI.@)

SYNOPSIS

 LONG SHEnumKeyExA
 (
  HKEY    hKey,
  DWORD   dwIndex,
  LPSTR   lpszSubKey,
  LPDWORD pwLen
 )

DESCRIPTION

Enumerate sub keys in a registry key.

PARAMS

hKey [In] Handle to registry key.
dwIndex [In] Index of key to enumerate.
lpszSubKey [Out] Pointer updated with the subkey name.
pwLen [Out] Pointer updated with the subkey length.

RETURNS

Success: ERROR_SUCCESS. lpszSubKey and pwLen are updated.

Failure: An error code from RegEnumKeyExA.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c

Debug channel "shell".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.