MessageBoxA

Function MessageBoxA 

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