win32gui.CreateDialogIndirect

int = CreateDialogIndirect(hInstance, controlList , hWndParent , DialogFunc , InitParam )

Creates a modeless dialog box from a template, see win32ui::CreateDialogIndirect

Parameters

hInstance : PyHANDLE

Handle to module creating the dialog box

controlList : PyDialogTemplate

Sequence containing a PyDLGTEMPLATE, followed by variable number of PyDLGITEMTEMPLATEs

hWndParent : PyHANDLE

Handle to dialog's parent window

DialogFunc : function

Dialog box procedure to process messages

InitParam=0 : int

Initialization data to be passed to above procedure during WM_INITDIALOG processing