windows::Win32::Globalization

Function ScriptShapeOpenType

pub unsafe fn ScriptShapeOpenType<P8>(
    hdc: Option<HDC>,
    psc: *mut *mut c_void,
    psa: *mut SCRIPT_ANALYSIS,
    tagscript: u32,
    taglangsys: u32,
    rcrangechars: Option<*const i32>,
    rprangeproperties: Option<*const *const TEXTRANGE_PROPERTIES>,
    cranges: i32,
    pwcchars: P8,
    cchars: i32,
    cmaxglyphs: i32,
    pwlogclust: *mut u16,
    pcharprops: *mut SCRIPT_CHARPROP,
    pwoutglyphs: *mut u16,
    poutglyphprops: *mut SCRIPT_GLYPHPROP,
    pcglyphs: *mut i32,
) -> Result<()>
where P8: Param<PCWSTR>,