.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScriptRecordDigitSubstitution 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScriptRecordDigitSubstitution\fR (USP10.@) .SH SYNOPSIS HRESULT ScriptRecordDigitSubstitution ( LCID \fIlocale\fR, SCRIPT_DIGITSUBSTITUTE* \fIsds\fR ) .SH DESCRIPTION .PP Record digit substitution settings for a given \fIlocale\fR. .SH PARAMS \fIlocale\fR \fB[In]\fR Locale identifier. .PP \fIsds\fR \fB[In]\fR Structure to record substitution settings. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR \fBE_POINTER\fR if \fIsds\fR is \fBNULL\fR, \fBE_INVALIDARG\fR otherwise. .SH SEE ALSO .PP \fBhttp:\fR//blogs.msdn.com/michkap/archive/2006/02/22/536877.aspx .SH IMPLEMENTATION .PP Declared in \fB"usp10.h"\fR. .PP Implemented in \fB"dlls/usp10/usp10.c"\fR. .PP Debug channel \fB"uniscribe"\fR.