QISearch(3w)
NAME
QISearch (SHLWAPI.219)
SYNOPSIS
HRESULT QISearch ( LPVOID w, IFACE_INDEX_TBL* x, REFIID riid, LPVOID* ppv )
PARAMS
w [In] Table of interfaces.
x [In] Array of REFIIDs and indexes into the table.
riid [In] REFIID to get interface for.
ppv [Out] Destination for interface pointer.
DESCRIPTION
Call IUnknown_QueryInterface(3w) on a table of objects.
RETURNS
Success: S_OK.
Failure: E_POINTER or E_NOINTERFACE.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".