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