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 boxcontrolList : PyDialogTemplate
Sequence containing a PyDLGTEMPLATE, followed by variable number of PyDLGITEMTEMPLATEshWndParent : PyHANDLE
Handle to dialog's parent windowDialogFunc : function
Dialog box procedure to process messagesInitParam=0 : int
Initialization data to be passed to above procedure during WM_INITDIALOG processing