39 const WCHAR string1W[] =
L"1";
40 const WCHAR string22W[] =
L"Thisstringhas22letters";
57 trace(
"Unable to create test key, aborting!\n");
90 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
91 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
101 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
102 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
112 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
113 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
123 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
124 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
133 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
134 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
144 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
145 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
156 ok(
size == 0,
"Expected size = 0, size is: %ld\n",
size);
167 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
168 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
179 ok(
size == 0,
"Expected size = 0, size is: %ld\n",
size);
189 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
190 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
201 ok(
size == 0,
"Expected size = 0, size is: %ld\n",
size);
211 ok(
size == 0,
"Expected size = 0, size is: %ld\n",
size);
232 ok(
type == 666,
"Expected untouched, Type was set with: %ld\n",
type);
233 ok(
size == 666,
"Expected untouched, Size was set with: %ld\n",
size);
244 ok(
size == 4,
"Expected size = 4, size is: %ld\n",
size);
255 ok(
size == 46,
"Expected size = 46, size is: %ld\n",
size);
266 ok(
size == 46,
"Expected size = 46, size is: %ld",
size);
267 ok(!
wcscmp(
data23,string22W),
"Expected same string! data23: %S, string22W: %S",
data23, string22W);
277 ok(
size == 46,
"Expected size = 46, size is: %ld\n",
size);
278 ok(!
wcscmp(
data24, string22W),
"Expected same string! data24: %S, string22W: %S\n",
data24, string22W);
289 ok(
size == 46,
"Expected size = 46, size is: %ld",
size);
301 ok(
size == 46,
"Expected size = 46, size is: %ld",
size);
302 ok(!
wcscmp(
data23, string22W),
"Expected same string! data23: %S, string22W: %S",
data23, string22W);
314 ok(
size == 46,
"Expected size = 46, size is: %ld",
size);
#define RegCloseKey(hKey)
LONG WINAPI RegCreateKeyExW(_In_ HKEY hKey, _In_ LPCWSTR lpSubKey, _In_ DWORD Reserved, _In_opt_ LPWSTR lpClass, _In_ DWORD dwOptions, _In_ REGSAM samDesired, _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, _Out_ PHKEY phkResult, _Out_opt_ LPDWORD lpdwDisposition)
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
LONG WINAPI RegOpenKeyW(HKEY hKey, LPCWSTR lpSubKey, PHKEY phkResult)
LONG WINAPI RegSetValueExW(_In_ HKEY hKey, _In_ LPCWSTR lpValueName, _In_ DWORD Reserved, _In_ DWORD dwType, _In_ CONST BYTE *lpData, _In_ DWORD cbData)
LONG WINAPI RegDeleteKeyW(_In_ HKEY hKey, _In_ LPCWSTR lpSubKey)
LONG WINAPI RegQueryValueExW(_In_ HKEY hkeyorg, _In_ LPCWSTR name, _In_ LPDWORD reserved, _In_ LPDWORD type, _In_ LPBYTE data, _In_ LPDWORD count)
LONG WINAPI RegEnumKeyW(HKEY hKey, DWORD dwIndex, LPWSTR lpName, DWORD cbName)
#define ERROR_INVALID_PARAMETER
#define ERROR_NO_MORE_ITEMS
#define ERROR_INVALID_HANDLE
GLuint GLuint GLsizei GLenum type
#define ERROR_FILE_NOT_FOUND
#define KEY_ENUMERATE_SUB_KEYS
#define delete_key(r, p, s)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
DWORD WINAPI GetLastError(void)
#define HKEY_CURRENT_USER