webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging

Function MessageBoxA

Source
pub unsafe fn MessageBoxA<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    lptext: impl IntoParam<'a, PSTR>,
    lpcaption: impl IntoParam<'a, PSTR>,
    utype: MESSAGEBOX_STYLE,
) -> MESSAGEBOX_RESULT