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". https://source.winehq.org/source/include/shlwapi.h

Implemented in "dlls/shlwapi/assoc.c". https://source.winehq.org/source/dlls/shlwapi/assoc.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.