IQueryAssociations_GetEnum (SHLWAPI.@)
static HRESULT IQueryAssociations_GetEnum ( IQueryAssociations* iface, ASSOCF cfFlags, ASSOCENUM assocenum, LPCWSTR pszExtra, REFIID riid, LPVOID* ppvOut )
Not yet implemented in native Win32.
iface | [In] | IQueryAssociations interface to query. |
cfFlags | [In] | ASSOCF_ flags from "shlwapi.h". |
assocenum | [In] | Type of enum to get (ASSOCENUM enum from "shlwapi.h"). |
pszExtra | [In] | Extra information about the enum location. |
riid | [In] | REFIID to look for. |
ppvOut | [Out] | Destination for the interface. |
Success: S_OK.
Failure: An HRESULT error code indicating the error.
Presumably this function returns an enumerator object.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c". source.winehq.org/source/dlls/shlwapi/assoc.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.