Go to the source code of this file.
◆ FN_StrRStrA
◆ FN_StrRStrW
◆ IsWindowsServer2003SP2OrGreater()
static BOOL IsWindowsServer2003SP2OrGreater |
( |
VOID |
| ) |
|
|
static |
Definition at line 76 of file StrRStr.cpp.
77{
79}
VERSIONHELPERAPI IsWindowsVersionOrGreater(WORD wMajorVersion, WORD wMinorVersion, WORD wServicePackMajor)
◆ START_TEST()
Definition at line 81 of file StrRStr.cpp.
82{
84 {
86 return;
87 }
88
90 {
91 skip(
"Before 2K3 SP3\n");
92 return;
93 }
94
97}
BOOL IsWindowsServer2003SP2OrGreater(void)
static VOID TEST_StrRStrA(VOID)
static VOID TEST_StrRStrW(VOID)
VERSIONHELPERAPI IsWindowsVistaOrGreater()
◆ TEST_StrRStrA()
Definition at line 14 of file StrRStr.cpp.
15{
19
21 {
22 skip(
"StrRStrA not found\n");
23 return;
24 }
25
26 psz = "ABCBC";
29
30 psz = "ABCBC";
34
35 psz = "ABCBC";
38
39 psz = "ABCBC";
43}
PSTR(WINAPI * FN_StrRStrA)(PCSTR, PCSTR, PCSTR pszSearch)
#define ok_ptr(expression, result)
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
EXTERN_C PSTR WINAPI StrRStrA(_In_ PCSTR pszSrc, _In_opt_ PCSTR pszLast, _In_ PCSTR pszSearch)
int WINAPI lstrlenA(LPCSTR lpString)
#define MAKEINTRESOURCEA(i)
Referenced by START_TEST().
◆ TEST_StrRStrW()
Definition at line 45 of file StrRStr.cpp.
46{
50
52 {
53 skip(
"StrRStrW not found\n");
54 return;
55 }
56
60
65
69
74}
PWSTR(WINAPI * FN_StrRStrW)(PCWSTR, PCWSTR, PCWSTR pszSearch)
EXTERN_C PWSTR WINAPI StrRStrW(_In_ PCWSTR pszSrc, _In_opt_ PCWSTR pszLast, _In_ PCWSTR pszSearch)
Referenced by START_TEST().