pub unsafe extern "system" fn CreateDialog(
hinstance: HINSTANCE,
lptemplatename: PCWSTR,
hwndparent: HWND,
lpdialogfunc: DLGPROC,
) -> HWNDExpand description
#131 CreateDialog
launch a modeless dialog box
pub unsafe extern "system" fn CreateDialog(
hinstance: HINSTANCE,
lptemplatename: PCWSTR,
hwndparent: HWND,
lpdialogfunc: DLGPROC,
) -> HWND#131 CreateDialog
launch a modeless dialog box