SHRegGetBoolUSValueA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SHRegGetBoolUSValueA (SHLWAPI.@)

SYNOPSIS

BOOL SHRegGetBoolUSValueA
 (
  LPCSTR pszSubKey,
  LPCSTR pszValue,
  BOOL   fIgnoreHKCU,
  BOOL   fDefault
 )

PARAMS

pszSubKey [In] Key name to open.

pszValue [In] Value name to open.

fIgnoreHKCU [In] TRUE=Don't check HKEY_CURRENT_USER.

fDefault [In] Default value to use if pszValue is not present.

DESCRIPTION

Get a user-specific registry boolean value.

RETURNS

Success: ERROR_SUCCESS

Failure: An error code from SHRegOpenUSKeyA(3w) or SHRegQueryUSValueA(3w).

NOTES

This function opens pszSubKey, queries the value, and then closes the key.

Boolean values are one of the following:

TRUE: YES,TRUE,non-zero

FALSE: NO,FALSE,0

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".