RtlFormatMessage (NTDLL.@)
NTSTATUS RtlFormatMessage ( LPWSTR Message, UCHAR MaxWidth, BOOLEAN IgnoreInserts, BOOLEAN Ansi, BOOLEAN ArgumentIsArray, va_list* Arguments, LPWSTR Buffer, ULONG BufferSize )
Formats a message (similar to sprintf).
Message | [In] | Message to format. |
MaxWidth | [In] | Maximum width in characters of each output line. |
IgnoreInserts | [In] | Whether to copy the message without processing inserts. |
Ansi | [In] | Whether Arguments may have ANSI strings. |
ArgumentsIsArray | [In] | Whether Arguments is actually an array rather than a va_list *. |
Buffer | [Out] | Buffer to store processed message in. |
BufferSize | [In] | Size of Buffer (in bytes?). |
NTSTATUS code.
Defined in "winternl.h".
Implemented in "dlls/ntdll/resource.c". source.winehq.org/source/dlls/ntdll/resource.c
Debug channel "resource".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.