ReactOS 0.4.16-dev-329-g9223134
|
#include "reg_test.h"
Go to the source code of this file.
void add_key_ | ( | const char * | file, |
unsigned | line, | ||
const HKEY | root, | ||
const char * | path, | ||
REGSAM | sam, | ||
HKEY * | hkey | ||
) |
Definition at line 124 of file add.c.
void add_value_ | ( | const char * | file, |
unsigned | line, | ||
HKEY | hkey, | ||
const char * | name, | ||
DWORD | type, | ||
const void * | data, | ||
size_t | size | ||
) |
Definition at line 204 of file add.c.
Definition at line 139 of file add.c.
Definition at line 157 of file add.c.
Referenced by delete_tree_().
Definition at line 21 of file add.c.
START_TEST | ( | add | ) |
Definition at line 975 of file add.c.
Definition at line 341 of file add.c.
Referenced by START_TEST().
Definition at line 223 of file add.c.
Referenced by START_TEST().
Definition at line 293 of file add.c.
Referenced by START_TEST().
Definition at line 567 of file add.c.
Referenced by START_TEST().
Definition at line 631 of file add.c.
Referenced by START_TEST().
Definition at line 737 of file add.c.
Referenced by START_TEST().
Definition at line 526 of file add.c.
Referenced by START_TEST().
Definition at line 767 of file add.c.
Referenced by START_TEST().
Definition at line 419 of file add.c.
Referenced by START_TEST().
Definition at line 448 of file add.c.
Referenced by START_TEST().
void verify_reg_ | ( | const char * | file, |
unsigned | line, | ||
HKEY | hkey, | ||
const char * | value, | ||
DWORD | exp_type, | ||
const void * | exp_data, | ||
DWORD | exp_size, | ||
DWORD | todo | ||
) |