ScriptApplyDigitSubstitution(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/usp10/usp10.c".
- Debug channel "uniscribe".