ScriptRecordDigitSubstitution.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/usp10/usp10.c".

Debug channel "uniscribe".