ReactOS 0.4.16-dev-297-gc569aee
|
#include <ntstatus.h>
#include <windef.h>
#include <ntndk.h>
#include <atlbase.h>
#include <strsafe.h>
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | SDB_DATABASE_MAIN 0x80000000 |
#define | ok_keys (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_keys_ |
Functions | |
static BOOL | WriteSdbFile (const WCHAR *FileName, const unsigned char *Data, DWORD Size, const GUID *CustomID) |
BOOL (WINAPI *pSdbRegisterDatabase)(LPCWSTR pszDatabasePath | |
BOOL | IsUserAdmin (VOID) |
static DWORD | QueryFlag (void) |
static void | FileTimeNow (ULARGE_INTEGER &Result) |
static void | ok_keys_ (REFGUID Guid, LPCWSTR DisplayName, LPCWSTR Path, DWORD Type, PULONGLONG TimeStamp) |
START_TEST (register) | |
Variables | |
static const unsigned char | rawDB [] |
static const GUID | GUID_DATABASE_SHIM = { 0x11111111, 0x1111, 0x1111, { 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11 } } |
static const GUID | GUID_DATABASE_MSI = { 0xd8ff6d16, 0x6a3a, 0x468a, { 0x8b, 0x44, 0x01, 0x71, 0x4d, 0xdc, 0x49, 0xea } } |
static const GUID | GUID_DATABASE_DRIVERS = { 0xf9ab2228, 0x3312, 0x4a73, { 0xb6, 0xf9, 0x93, 0x6d, 0x70, 0xe1, 0x12, 0xef } } |
static const GUID | TEST_DB_GUID = { 0x79dd75eb, 0xc098, 0x4757, { 0x99, 0x65, 0x9e, 0x83, 0xc4, 0xca, 0x9d, 0xa4 } } |
DWORD | dwDatabaseType |
DWORD const PULONGLONG | pTimeStamp |
static DWORD | g_QueryFlag = 0xffffffff |
#define ok_keys (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_keys_ |
Definition at line 185 of file register.cpp.
#define SDB_DATABASE_MAIN 0x80000000 |
Definition at line 73 of file register.cpp.
#define WIN32_NO_STATUS |
Definition at line 9 of file register.cpp.
|
static |
Definition at line 114 of file register.cpp.
Referenced by ok_keys_(), and START_TEST().
Definition at line 81 of file register.cpp.
Referenced by START_TEST().
|
static |
Definition at line 123 of file register.cpp.
Definition at line 103 of file register.cpp.
Referenced by ok_keys_().
START_TEST | ( | register | ) |
Definition at line 188 of file register.cpp.
|
static |
Definition at line 41 of file register.cpp.
Referenced by START_TEST().
DWORD dwDatabaseType |
Definition at line 75 of file register.cpp.
Referenced by SdbRegisterDatabase(), and SdbRegisterDatabaseEx().
|
static |
Definition at line 102 of file register.cpp.
Referenced by QueryFlag().
|
static |
Definition at line 70 of file register.cpp.
Referenced by START_TEST().
|
static |
Definition at line 69 of file register.cpp.
Referenced by START_TEST().
|
static |
Definition at line 68 of file register.cpp.
Referenced by START_TEST().
DWORD const PULONGLONG pTimeStamp |
Definition at line 76 of file register.cpp.
Referenced by SdbRegisterDatabaseEx().
Definition at line 16 of file register.cpp.
Referenced by START_TEST().
|
static |
Definition at line 71 of file register.cpp.
Referenced by START_TEST().