AssocQueryStringA (SHLWAPI.@)
HRESULT AssocQueryStringA ( ASSOCF cfFlags, ASSOCSTR str, LPCSTR pszAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD* pcchOut )
Get a file association string from the registry.
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
str | [In] | Type of string to get (ASSOCSTR enum from "shlwapi.h"). |
pszAssoc | [In] | Key name to search below. |
pszExtra | [In] | Extra information about the string location. |
pszOut | [Out] | Destination for the association string. |
pcchOut | [Out] | Length of pszOut. |
Success: S_OK. pszOut contains the string, pcchOut contains its length.
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.