windows::Win32::UI::WindowsAndMessaging

Function MessageBoxExW

pub unsafe fn MessageBoxExW<P1, P2>(
    hwnd: Option<HWND>,
    lptext: P1,
    lpcaption: P2,
    utype: MESSAGEBOX_STYLE,
    wlanguageid: u16,
) -> MESSAGEBOX_RESULT
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,