NAME

SHRegGetIntW  (SHLWAPI.280)

SYNOPSIS

 int SHRegGetIntW
 (
  HKEY    hKey,
  LPCWSTR lpszValue,
  int     iDefault
 )

DESCRIPTION

Read an integer value from the registry, falling back to a default.

PARAMS

hKey [In] Registry key to read from.
lpszValue [In] Value name to read.
iDefault [In] Default value to return.

RETURNS

The value contained in the given registry value if present, otherwise iDefault.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

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

Debug channel "shell".


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