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

Function GetTextExtentPoint32A

Source
pub unsafe fn GetTextExtentPoint32A<'a>(
    hdc: impl IntoParam<'a, HDC>,
    lpstring: impl IntoParam<'a, PSTR>,
    c: i32,
    psizl: *mut SIZE,
) -> BOOL