This global function creates a modeless dialog box from a dialog template provided by the user. The resulting dialog box can contain ActiveX controls.
At a Glance
Header file: | Atliface.h |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
Syntax
ATLAPI_(HWND) AtlAxCreateDialog( HINSTANCE hInstance,
LPCWSTR lpTemplateName, HWND hWndParent, DLGPROC lpDialogProc,
LPARAM dwInitParam );
See Also