SHRegEnumUSKeyA(3w)

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(3w).

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".

Debug channel "shell".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout