win32gui.DialogBoxIndirect
int = DialogBoxIndirect(hInstance, controlList
, hWndParent
, DialogFunc
, InitParam
)
Creates a modal dialog box from a template, see win32ui::CreateDialogIndirect
Parameters
hInstance : PyHANDLE
Handle to module creating the dialog boxcontrolList : PyDialogTemplate
Sequence of items defining the dialog box and subcontrolshWndParent : PyHANDLE
Handle to dialog's parent windowDialogFunc : function
Dialog box procedure to process messagesInitParam=0 : long
Initialization data to be passed to above procedure during WM_INITDIALOG processing