Scroll to navigation

ScriptRecordDigitSubstitution(3w) Wine API 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

Declared in "usp10.h".
Implemented in "dlls/usp10/usp10.c".
Debug channel "uniscribe".
Oct 2012 Wine API