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

Function DrawTextA

Source
pub unsafe fn DrawTextA<'a>(
    hdc: impl IntoParam<'a, HDC>,
    lpchtext: impl IntoParam<'a, PSTR>,
    cchtext: i32,
    lprc: *mut RECT,
    format: DRAW_TEXT_FORMAT,
) -> i32