This global function creates a modal dialog box from a dialog template provided by the user. The dialog 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_(int) AtlAxDialogBox( HINSTANCE hInstance, LPCWSTR lpTemplateName,
HWND hWndParent, DLGPROC lpDialogProc, LPARAM dwInitParam );
See Also