IQueryAssociations_GetEnum(3w)
NAME
IQueryAssociations_GetEnum (SHLWAPI.@)
SYNOPSIS
static HRESULT IQueryAssociations_GetEnum ( IQueryAssociations* iface, ASSOCF cfFlags, ASSOCENUM assocenum, LPCWSTR pszExtra, REFIID riid, LPVOID* ppvOut )
DESCRIPTION
Not yet implemented in native Win32.
PARAMS
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.
RETURNS
Success: S_OK.
Failure: An HRESULT error code indicating the error.
NOTES
Presumably this function returns an enumerator object.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c".
- Debug channel "shell".