.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScriptApplyDigitSubstitution 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScriptApplyDigitSubstitution\fR (USP10.@) .SH SYNOPSIS HRESULT ScriptApplyDigitSubstitution ( const SCRIPT_DIGITSUBSTITUTE* \fIsds\fR, SCRIPT_CONTROL* \fIsc\fR, SCRIPT_STATE* \fIss\fR ) .SH DESCRIPTION .PP Apply digit substitution settings. .SH PARAMS \fIsds\fR \fB[In]\fR Structure with recorded substitution settings. .PP \fIsc\fR \fB[In]\fR Script control structure. .PP \fIss\fR \fB[In]\fR Script state structure. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR \fBE_INVALIDARG\fR if \fIsds\fR is invalid. Otherwise an \fBHRESULT\fR. .SH IMPLEMENTATION .PP Declared in \fB"usp10.h"\fR. .PP Implemented in \fB"dlls/usp10/usp10.c"\fR. .PP Debug channel \fB"uniscribe"\fR.