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
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/assoc.c".
- Debug channel "shell".