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
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/atl/atl_ax.c".
- Debug channel "atl".