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 on a table of objects.

RETURNS

Success: S_OK.

Failure: E_POINTER or E_NOINTERFACE.

IMPLEMENTATION

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 Jul 2008.