14#define ok_errno(x) ok_hex(errno, (x))
15#define ok_wchar(x,y) ok_int(x,y)
22 const char *multibyte,
25#define MSVCRT_INVALID_PMT(x) _invalid_parameterA(#x, __FUNCTION__, __FILE__, __LINE__, 0)
26#define MSVCRT_CHECK_PMT(x) ((x) || (MSVCRT_INVALID_PMT(x),0))
36 const wchar_t * expression,
37 const wchar_t * function,
58 cchConverted = 0xf00bac;
68 cchConverted = 0xf00bac;
77 cchConverted = 0xf00bac;
96 cchConverted = 0xf00bac;
120 cchConverted = 0xf00bac;
144 cchConverted = 0xf00bac;
151 cchConverted = 0xf00bac;
158 cchConverted = 0xf00bac;
165 cchConverted = 0xf00bac;
172 cchConverted = 0xf00bac;
173 widechar[0] = 0xABCD;
174 widechar[1] = 0xABCD;
175 widechar[2] = 0xABCD;
176 widechar[3] = 0xABCD;
177 widechar[4] = 0xABCD;
178 widechar[5] = 0xABCD;
191 cchConverted = 0xf00bac;
198 cchConverted = 0xf00bac;
205 cchConverted = 0xf00bac;
212 cchConverted = 0xf00bac;
213 widechar[0] = 0xABCD;
214 widechar[1] = 0xABCD;
215 widechar[2] = 0xABCD;
216 widechar[3] = 0xABCD;
217 widechar[4] = 0xABCD;
218 widechar[5] = 0xABCD;
231 cchConverted = 0xf00bac;
#define ok_long(expression, result)
#define ok_size_t(expression, result)
GLuint GLuint GLsizei count
errno_t mbstowcs_s(size_t *cchConverted, wchar_t *widechar, size_t charoutct, const char *multibyte, size_t count)
void _test_invalid_parameter(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved)
_CRTIMP int *__cdecl _errno(void)