NAME

SHRegEnumUSKeyA  (SHLWAPI.@)

SYNOPSIS

 LONG SHRegEnumUSKeyA
 (
  HUSKEY          hUSKey,
  DWORD           dwIndex,
  LPSTR           pszName,
  LPDWORD         pcchValueNameLen,
  SHREGENUM_FLAGS enumRegFlags
 )

PARAMS

hUSKey [In] Key to enumerate.
dwIndex [In] Index within hUSKey.
pszName [Out] Name of the enumerated value.
pcchValueNameLen [In/Out] Length of pszName.
enumRegFlags [In] SHREGENUM_ flags from "shlwapi.h".

DESCRIPTION

Enumerate a user-specific registry key.

RETURNS

Success: ERROR_SUCCESS

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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.