usp10: Add a stub implementation of ScriptStringValidate.

This commit is contained in:
Hans Leidekker 2006-10-06 12:43:49 +02:00 committed by Alexandre Julliard
parent e119a04a26
commit 539a96240a
2 changed files with 20 additions and 1 deletions

View File

@ -1171,3 +1171,22 @@ HRESULT WINAPI ScriptLayout(int runs, const BYTE *level, int *vistolog, int *log
}
return S_OK;
}
/***********************************************************************
* ScriptStringValidate (USP10.@)
*
* Validate a string analysis.
*
* PARAMS
* ssa [I] string analysis.
*
* RETURNS
* Success: S_OK
* Failure: S_FALSE if invalid sequences are found
* or a non-zero HRESULT if it fails.
*/
HRESULT WINAPI ScriptStringValidate(SCRIPT_STRING_ANALYSIS ssa)
{
FIXME("(%p): stub\n", ssa);
return S_OK;
}

View File

@ -23,7 +23,7 @@
@ stub ScriptStringGetLogicalWidths
@ stub ScriptStringGetOrder
@ stdcall ScriptStringOut(ptr long long long ptr long long long)
@ stub ScriptStringValidate
@ stdcall ScriptStringValidate(ptr)
@ stdcall ScriptStringXtoCP(ptr long ptr ptr)
@ stub ScriptString_pLogAttr
@ stub ScriptString_pSize