|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <stdio.h>#include <tchar.h>#include <pseh/pseh2.h>#include <ndk/mmfuncs.h>#include <ndk/rtlfuncs.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _vsnwprintf p_vsnwprintf |
Typedefs | |
| typedef int(__cdecl * | PFN_vsnwprintf) (wchar_t *buf, size_t cnt, const wchar_t *fmt, va_list args) |
Functions | |
| static BOOL | Init (void) |
| static void | call_varargs (wchar_t *buf, size_t buf_size, int expected_ret, LPCWSTR formatString,...) |
| START_TEST (_vsnwprintf) | |
Variables | |
| static PFN_vsnwprintf | p_vsnwprintf |
| #define _vsnwprintf p_vsnwprintf |
Definition at line 28 of file _vsnwprintf.c.
| #define WIN32_NO_STATUS |
Definition at line 9 of file _vsnwprintf.c.
Definition at line 18 of file _vsnwprintf.c.
|
static |
Definition at line 32 of file _vsnwprintf.c.
Referenced by START_TEST().
Definition at line 21 of file _vsnwprintf.c.
Referenced by START_TEST().
| START_TEST | ( | _vsnwprintf | ) |
Definition at line 43 of file _vsnwprintf.c.
|
static |
Definition at line 19 of file _vsnwprintf.c.
Referenced by Init().