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

Function DrawTextW

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