AssocQueryKeyA (SHLWAPI.@)
HRESULT AssocQueryKeyA ( ASSOCF cfFlags, ASSOCKEY assockey, LPCSTR pszAssoc, LPCSTR pszExtra, HKEY* phkeyOut )
Get a file association key from the registry.
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. |
Success: S_OK. phkeyOut contains the key.
Failure: An HRESULT error code indicating the error.
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/assoc.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.