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 box

controlList : PyDialogTemplate

Sequence of items defining the dialog box and subcontrols

hWndParent : PyHANDLE

Handle to dialog's parent window

DialogFunc : function

Dialog box procedure to process messages

InitParam=0 : long

Initialization data to be passed to above procedure during WM_INITDIALOG processing