.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFormatMessage 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFormatMessage\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlFormatMessage ( LPWSTR \fIMessage\fR, UCHAR \fIMaxWidth\fR, BOOLEAN \fIIgnoreInserts\fR, BOOLEAN \fIAnsi\fR, BOOLEAN \fIArgumentIsArray\fR, __ms_va_list* \fIArguments\fR, LPWSTR \fIBuffer\fR, ULONG \fIBufferSize\fR ) .SH DESCRIPTION .PP Formats a message (similar to sprintf). .SH PARAMS \fIMessage\fR \fB[In]\fR \fIMessage\fR to format. .PP \fIMaxWidth\fR \fB[In]\fR Maximum width in characters of each output line. .PP \fIIgnoreInserts\fR \fB[In]\fR Whether to copy the message without processing inserts. .PP \fIAnsi\fR \fB[In]\fR Whether \fIArguments\fR may have \fBANSI\fR strings. .PP ArgumentsIsArray \fB[In]\fR Whether \fIArguments\fR is actually an array rather than a va_list *. .PP \fIBuffer\fR \fB[Out]\fR \fIBuffer\fR to store processed message in. .PP \fIBufferSize\fR \fB[In]\fR Size of \fIBuffer\fR (in bytes?). .PP .SH RETURNS .PP \fBNTSTATUS\fR code. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/resource.c"\fR. .PP Debug channel \fB"resource"\fR.