[][src]Function winapi::um::usp10::ScriptStringAnalyse

pub unsafe extern "system" fn ScriptStringAnalyse(
    hdc: HDC,
    pString: *const c_void,
    cString: c_int,
    cGlyphs: c_int,
    iCharset: c_int,
    dwFlags: DWORD,
    iReqWidth: c_int,
    psControl: *mut SCRIPT_CONTROL,
    psState: *mut SCRIPT_STATE,
    piDx: *const c_int,
    pTabdef: *mut SCRIPT_TABDEF,
    pbInClass: *const BYTE,
    pssa: *mut SCRIPT_STRING_ANALYSIS
) -> HRESULT