int = DialogBox(hInstance, TemplateName
, hWndParent
, DialogFunc
, InitParam
)
Creates a modal dialog box.
Parameters
hInstance : PyHANDLE
Handle to module that contains the dialog templateTemplateName : PyResourceId
Name or resource id of the dialog resourcehWndParent : 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