QISearch.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/ordinal.c".

Debug channel "shell".