NAME

AtlAxCreateDialogA  (ATL100.@)

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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/atl/atl_ax.c". https://source.winehq.org/source/dlls/atl/atl_ax.c

Debug channel "atl".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.