#include <CArchStringWindows.h>
Inherits IArchString.
Inheritance diagram for CArchStringWindows:
Public Member Functions | |
virtual int | vsnprintf (char *str, int size, const char *fmt, va_list ap) |
printf() to limited size buffer with va_list | |
virtual int | convStringMBToWC (wchar_t *, const char *, UInt32 n, bool *errors) |
Convert multibyte string to wide character string. | |
virtual int | convStringWCToMB (char *, const wchar_t *, UInt32 n, bool *errors) |
Convert wide character string to multibyte string. | |
virtual EWideCharEncoding | getWideCharEncoding () |
Return the architecture's native wide character encoding. |
Definition at line 23 of file CArchStringWindows.h.
|
printf() to limited size buffer with va_list
This method is equivalent to vsprintf() except it will not write more than Implements IArchString. |