ScriptItemize (USP10.@)
HRESULT ScriptItemize ( const WCHAR* pwcInChars, int cInChars, int cMaxItems, const SCRIPT_CONTROL* psControl, const SCRIPT_STATE* psState, SCRIPT_ITEM* pItems, int* pcItems )
Split a Unicode string into shapeable parts.
pwcInChars | [In] | String to split. |
cInChars | [In] | Number of characters in pwcInChars. |
cMaxItems | [In] | Maximum number of items to return. |
psControl | [In] | Pointer to a SCRIPT_CONTROL structure. |
psState | [In] | Pointer to a SCRIPT_STATE structure. |
pItems | [Out] | Buffer to receive SCRIPT_ITEM structures. |
pcItems | [Out] | Number of script items returned. |
Success: S_OK
Failure: Non-zero HRESULT value.
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 Jul 2008.