#include <apitest.h>
#include <pseh/pseh2.h>
#include <ndk/umtypes.h>
Go to the source code of this file.
◆ WIN32_NO_STATUS
◆ PFN_strupr
◆ Init()
Definition at line 16 of file _strupr.c.
17{
22}
char *(__cdecl * PFN_strupr)(char *_String)
static PFN_strupr p_strupr
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
Referenced by START_TEST().
◆ START_TEST()
Definition at line 24 of file _strupr.c.
25{
27
28#ifndef TEST_STATIC_CRT
30 {
31 skip(
"Skipping tests, because _strupr is not available\n");
32 return;
33 }
34#endif
35
36
41}
#define EndSeh(ExpectedStatus)
#define ok_ptr(expression, result)
#define STATUS_ACCESS_VIOLATION
#define _WIN32_WINNT_VISTA
◆ p_strupr