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_FALSE.

NOTES

Behaviour matches that of WinXP.

IMPLEMENTATION

Defined in "usp10.h".

Implemented in "dlls/usp10/usp10.c". source.winehq.org/source/dlls/usp10/usp10.c

Debug channel "uniscribe".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.