table of contents
other versions
- wheezy 1.4.1-4
AtlAxCreateDialogA(3w) | Wine API | AtlAxCreateDialogA(3w) |
NAME¶
AtlAxCreateDialogA (ATL.@)SYNOPSIS¶
HWND AtlAxCreateDialogA(
HINSTANCE hInst,
LPCSTR name,
HWND owner,
DLGPROC dlgProc,
LPARAM param
)
DESCRIPTION¶
Creates a dialog window.PARAMS¶
hInst [In] Application instance. name [In] Dialog box template name. owner [In] Dialog box parent HWND. dlgProc [In] Dialog box procedure. param [In] This value will be passed to dlgProc as WM_INITDIALOG's message lParam.RETURNS¶
Window handle of dialog window.IMPLEMENTATION¶
Declared in "atliface.h". Implemented in "dlls/atl/atl_ax.c". Debug channel "atl".Oct 2012 | Wine API |