SHRegGetIntW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/reg.c".

Debug channel "shell".