windows::Win32::UI::Controls

Function DrawThemeTextEx

pub unsafe fn DrawThemeTextEx(
    htheme: HTHEME,
    hdc: HDC,
    ipartid: i32,
    istateid: i32,
    psztext: &[u16],
    dwtextflags: DRAW_TEXT_FORMAT,
    prect: *mut RECT,
    poptions: Option<*const DTTOPTS>,
) -> Result<()>