table of contents
other versions
- wheezy 1.4.1-4
QISearch(3w) | Wine API | QISearch(3w) |
NAME¶
QISearch (SHLWAPI.219)SYNOPSIS¶
HRESULT QISearch(
void* base,
const QITAB* table,
REFIID riid,
void** ppv
)
PARAMS¶
base [In] Table of interfaces. table [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¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/ordinal.c". Debug channel "shell".Oct 2012 | Wine API |