NAME

SHRegQueryInfoUSKeyA  (SHLWAPI.@)

SYNOPSIS

 LONG SHRegQueryInfoUSKeyA
 (
  HUSKEY          hUSKey,
  LPDWORD         pcSubKeys,
  LPDWORD         pcchMaxSubKeyLen,
  LPDWORD         pcValues,
  LPDWORD         pcchMaxValueNameLen,
  SHREGENUM_FLAGS enumRegFlags
 )

PARAMS

hUSKey [In] Key to query.
pcSubKeys [Out] Destination for number of sub keys.
pcchMaxSubKeyLen [Out] Destination for the length of the biggest sub key name.
pcValues [Out] Destination for number of values.
pcchMaxValueNameLen [Out] Destination for the length of the biggest value.
enumRegFlags [In] SHREGENUM_ flags from "shlwapi.h".

DESCRIPTION

Get information about a user-specific registry key.

RETURNS

Success: ERROR_SUCCESS

Failure: An error code from RegQueryInfoKeyA.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".


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