CAxWindow::QueryHost

This method returns the IUnknown interface of the host. This allows access to the underlying functionality of the window-hosting code, implemented by AxWin

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

HRESULT QueryHost( REFIID iid, void** ppUnk );

template <class Q>
HRESULT QueryHost( Q**
ppUnk );