AtlAxCreateDialogA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/atl/atl_ax.c".

Debug channel "atl".