10#define WIN32_NO_STATUS
24 PCWSTR Source1[] = {
L"Test",
L"String" };
38 ok(
wcscmp(pStruct->
String1, Source1[0]) == 0,
"String1 and Source1[0] don't match!\n");
39 ok(
wcscmp(pStruct->
String2, Source1[1]) == 0,
"String2 and Source1[1] don't match!\n");
40 ok(
wcscmp((
PWSTR)pEnd, Source1[1]) == 0,
"pEnd and Source1[1] don't match!\n");
44 ok(
wcscmp(pStruct->
String1, Source2[0]) == 0,
"String1 and Source2[0] don't match!\n");
46 ok(
wcscmp((
PWSTR)pEnd, Source2[0]) == 0,
"pEnd and Source2[0] don't match!\n");
struct _EXAMPLE_STRUCT * PEXAMPLE_STRUCT
struct _EXAMPLE_STRUCT EXAMPLE_STRUCT
_In_ const STRING * String2
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
#define FIELD_OFFSET(t, f)