MessageBoxW

Function MessageBoxW 

Source
pub unsafe fn MessageBoxW<'a, T0__: IntoParam<'a, HWND>, T1__: IntoParam<'a, PWSTR>, T2__: IntoParam<'a, PWSTR>>(
    hwnd: T0__,
    lptext: T1__,
    lpcaption: T2__,
    utype: MESSAGEBOX_STYLE,
) -> MESSAGEBOX_RESULT