ScriptApplyDigitSubstitution.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ScriptApplyDigitSubstitution (USP10.@)

SYNOPSIS

HRESULT ScriptApplyDigitSubstitution
 (
  const SCRIPT_DIGITSUBSTITUTE* sds,
  SCRIPT_CONTROL*               sc,
  SCRIPT_STATE*                 ss
 )

DESCRIPTION

Apply digit substitution settings.

PARAMS

sds [In] Structure with recorded substitution settings.

sc [In] Script control structure.

ss [In] Script state structure.

RETURNS

Success: S_OK

Failure: E_INVALIDARG if sds is invalid. Otherwise an HRESULT.

IMPLEMENTATION

Defined in "usp10.h".

Implemented in "dlls/usp10/usp10.c".

Debug channel "uniscribe".