webview2_com_sys::Windows::Win32::UI::Controls

Function DrawThemeTextEx

Source
pub unsafe fn DrawThemeTextEx<'a>(
    htheme: isize,
    hdc: impl IntoParam<'a, HDC>,
    ipartid: i32,
    istateid: i32,
    psztext: impl IntoParam<'a, PWSTR>,
    cchtext: i32,
    dwtextflags: u32,
    prect: *mut RECT,
    poptions: *const DTTOPTS,
) -> Result<()>