table of contents
other versions
- wheezy 1.4.1-4
ScriptIsComplex(3w) | Wine API | ScriptIsComplex(3w) |
NAME¶
ScriptIsComplex (USP10.@)SYNOPSIS¶
HRESULT ScriptIsComplex(
const WCHAR* chars,
int len,
DWORD flag
)
DESCRIPTION¶
Determine if a string is complex.PARAMS¶
chars [In] Array of characters to test. len [In] Length in characters. flag [In] Flag.RETURNS¶
Success: S_OK Failure: S_FALSEIMPLEMENTATION¶
Declared in "usp10.h". Implemented in "dlls/usp10/usp10.c". Debug channel "uniscribe".Oct 2012 | Wine API |