IQueryAssociations_GetString (SHLWAPI.@)
static HRESULT IQueryAssociations_GetString ( IQueryAssociations* iface, ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszExtra, LPWSTR pszOut, DWORD* pcchOut )
Get a file association string from the registry.
iface | [In] | IQueryAssociations interface to query. |
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
str | [In] | Type of string to get (ASSOCSTR enum from "shlwapi.h"). |
pszExtra | [In] | Extra information about the string location. |
pszOut | [Out] | Destination for the association string. |
pcchOut | [In/Out] | Length of pszOut. |
Success: S_OK. pszOut contains the string, pcchOut contains its length.
Failure: An HRESULT error code indicating the error.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c". source.winehq.org/source/dlls/shlwapi/assoc.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.