|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Public Types | |
| enum | { SKIP_NAME_CHECK = 0x1 , SKIP_DATA_CHECK = 0x2 , EXPECT_DEFAULT_DATA = 0x4 , SPLIT_MULTI = 0x8 , WINE_TODO_RET = 0x10 , WINE_TODO_CALLS = 0x20 , WINE_TODO_NAME = 0x40 , WINE_TODO_TYPE = 0x80 , WINE_TODO_SIZE = 0x100 } |
Public Attributes | |
| RTL_QUERY_REGISTRY_TABLE | query_table [3] |
| NTSTATUS | expected_ret |
| unsigned int | expected_calls |
| enum query_reg_values_test:: { ... } | flags |
| ULONG | expected_type |
| const WCHAR * | expected_data |
| ULONG | expected_data_size |
| ULONG | size_limit |
| anonymous enum |
| Enumerator | |
|---|---|
| SKIP_NAME_CHECK | |
| SKIP_DATA_CHECK | |
| EXPECT_DEFAULT_DATA | |
| SPLIT_MULTI | |
| WINE_TODO_RET | |
| WINE_TODO_CALLS | |
| WINE_TODO_NAME | |
| WINE_TODO_TYPE | |
| WINE_TODO_SIZE | |
Definition at line 2607 of file reg.c.
Definition at line 2606 of file reg.c.
Referenced by query_routine().
Definition at line 2621 of file reg.c.
Referenced by query_routine(), and test_RtlQueryRegistryValues().
| ULONG query_reg_values_test::expected_type |
Definition at line 2620 of file reg.c.
Referenced by query_routine(), and test_RtlQueryRegistryValues().
| enum { ... } query_reg_values_test::flags |
| RTL_QUERY_REGISTRY_TABLE query_reg_values_test::query_table[3] |