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