Go to the source code of this file.
◆ TEST_STR
◆ START_TEST()
Definition at line 12 of file RegOpenKeyExW.c.
13{
14 char GccShouldNotAlignThis[20 * 2];
15 char GccShouldNotAlignThis2[20];
17 PVOID UnalignedKey = GccShouldNotAlignThis2 + 1;
20
22
25 if (lRes)
26 return;
28
32 if (!lRes)
34
38 if (!lRes)
39 {
41 }
42}
#define ok_hex(expression, result)
#define ok_int(expression, result)
#define RegCloseKey(hKey)
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
#define memcpy(s1, s2, n)
#define HKEY_CLASSES_ROOT