CWnd::GetControlUnknown

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

Syntax

LPUNKNOWN GetControlUnknown( );

At a Glance

Header File Afxwin.h
Platforms
Versions 2.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, IUnknown::QueryInterface