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

Function GetTextExtentPointW

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