AssocQueryKeyA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

AssocQueryKeyA (SHLWAPI.@)

SYNOPSIS

HRESULT AssocQueryKeyA
 (
  ASSOCF   cfFlags,
  ASSOCKEY assockey,
  LPCSTR   pszAssoc,
  LPCSTR   pszExtra,
  HKEY*    phkeyOut
 )

DESCRIPTION

Get a file association key from the registry.

PARAMS

cfFlags [In] ASSOCF_ flags from "shlwapi.h".

assockey [In] Type of key to get.

pszAssoc [In] Key name to search below.

pszExtra [In] Extra information about the key location.

phkeyOut [Out] Destination for the association key.

RETURNS

Success: S_OK. phkeyOut contains the key.

Failure: An HRESULT error code indicating the error.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".