This global function creates an ActiveX control, initializes it, and hosts it in the specified window.
At a Glance
Header file: | Atliface.h |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
Syntax
ATLAPI AtlAxCreateControl( LPCOLESTR lpszName, HWND hWnd,
IStream* pStream, IUnknown** ppUnkContainer );
See Also