ScriptRecordDigitSubstitution(3w)
NAME
ScriptRecordDigitSubstitution (USP10.@)
SYNOPSIS
HRESULT ScriptRecordDigitSubstitution ( LCID locale, SCRIPT_DIGITSUBSTITUTE* sds )
DESCRIPTION
Record digit substitution settings for a given locale.
PARAMS
locale [In] Locale identifier.
sds [In] Structure to record substitution settings.
RETURNS
Success: S_OK
Failure: E_POINTER if sds is NULL, E_INVALIDARG otherwise.
SEE ALSO
http://blogs.msdn.com/michkap/archive/2006/02/22/536877.aspx
IMPLEMENTATION
Defined in "usp10.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/usp10/usp10.c".
- Debug channel "uniscribe".