AssocQueryStringByKeyA(3w)
NAME
AssocQueryStringByKeyA (SHLWAPI.@)
SYNOPSIS
HRESULT AssocQueryStringByKeyA ( ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD* pcchOut )
DESCRIPTION
Get a file association string from the registry, given a starting key.
PARAMS
cfFlags [In] ASSOCF_ flags from "shlwapi.h".
str [In] Type of string to get.
hkAssoc [In] Key to search below.
pszExtra [In] Extra information about the string location.
pszOut [Out] Destination for the association string.
pcchOut [Out] Length of pszOut.
RETURNS
Success: S_OK. pszOut contains the string, pcchOut contains its length.
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".