Function windows::Win32::UI::Controls::TaskDialog

pub unsafe fn TaskDialog<P0, P1, P2, P3, P4, P5>(
    hwndowner: P0,
    hinstance: P1,
    pszwindowtitle: P2,
    pszmaininstruction: P3,
    pszcontent: P4,
    dwcommonbuttons: TASKDIALOG_COMMON_BUTTON_FLAGS,
    pszicon: P5,
    pnbutton: Option<*mut i32>
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>,