IQueryAssociations_GetData (SHLWAPI.@)
static HRESULT IQueryAssociations_GetData ( IQueryAssociations* iface, ASSOCF cfFlags, ASSOCDATA assocdata, LPCWSTR pszExtra, LPVOID pvOut, DWORD* pcbOut )
Get the data for a file association key from the registry.
iface | [In] | IQueryAssociations interface to query. |
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
assocdata | [In] | Type of data to get (ASSOCDATA enum from "shlwapi.h"). |
pszExtra | [In] | Extra information about the data location. |
pvOut | [Out] | Destination for the association key. |
pcbOut | [In/Out] | Size of pvOut. |
Success: S_OK. pszOut contains the data, pcbOut 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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.