Scroll to navigation

AssocQueryKeyA(3w) Wine API AssocQueryKeyA(3w)

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c".
Debug channel "shell".
Oct 2012 Wine API