QISearch (SHLWAPI.219)
HRESULT QISearch ( LPVOID w, IFACE_INDEX_TBL* x, REFIID riid, LPVOID* ppv )
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. |
Call IUnknown_QueryInterface on a table of objects.
Success: S_OK.
Failure: E_POINTER or E_NOINTERFACE.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". source.winehq.org/source/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.