CWnd::GetControlUnknown

This method obtains a pointer to an unknown ActiveX control. You should not release this IUnknown pointer. Typically, you would use this method to obtain a specific interface on the control.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

LPUNKNOWN GetControlUnknown( );

See Also

IUnknown::QueryInterface