Scroll to navigation

IDispatch_QueryInterface(3w) Wine API IDispatch_QueryInterface(3w)

NAME

IDispatch_QueryInterface (OLEAUT32.@)

SYNOPSIS

static HRESULT IDispatch_QueryInterface
(
LPDISPATCH iface,
REFIID riid,
void** ppvObject
)
 

DESCRIPTION

See IUnknown_QueryInterface(3w).
 

IMPLEMENTATION

Declared in "oaidl.h".
Implemented in "dlls/oleaut32/dispatch.c".
Debug channel "ole".
Oct 2012 Wine API