webview2_com_sys::Windows::Win32::Graphics::Gdi

Function TextOutA

Source
pub unsafe fn TextOutA<'a>(
    hdc: impl IntoParam<'a, HDC>,
    x: i32,
    y: i32,
    lpstring: impl IntoParam<'a, PSTR>,
    c: i32,
) -> BOOL