ReactOS 0.4.17-dev-116-ga4b6fe9
query_reg_values_test Struct Reference
Collaboration diagram for query_reg_values_test:

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 WCHARexpected_data
 
ULONG expected_data_size
 
ULONG size_limit
 

Detailed Description

Definition at line 2602 of file reg.c.

Member Enumeration Documentation

◆ anonymous enum

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.

2608 {
2609 SKIP_NAME_CHECK = 0x1,
2610 SKIP_DATA_CHECK = 0x2,
2611 EXPECT_DEFAULT_DATA = 0x4,
2612 SPLIT_MULTI = 0x8,
2613 WINE_TODO_RET = 0x10,
2614 WINE_TODO_CALLS = 0x20,
2615 WINE_TODO_NAME = 0x40,
2616 WINE_TODO_TYPE = 0x80,
2617 WINE_TODO_SIZE = 0x100,
2618 }

Member Data Documentation

◆ expected_calls

unsigned int query_reg_values_test::expected_calls

Definition at line 2606 of file reg.c.

Referenced by query_routine().

◆ expected_data

const WCHAR* query_reg_values_test::expected_data

Definition at line 2621 of file reg.c.

Referenced by query_routine(), and test_RtlQueryRegistryValues().

◆ expected_data_size

ULONG query_reg_values_test::expected_data_size

Definition at line 2622 of file reg.c.

◆ expected_ret

NTSTATUS query_reg_values_test::expected_ret

Definition at line 2605 of file reg.c.

◆ expected_type

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

◆ query_table

RTL_QUERY_REGISTRY_TABLE query_reg_values_test::query_table[3]

Definition at line 2604 of file reg.c.

◆ size_limit

ULONG query_reg_values_test::size_limit

Definition at line 2623 of file reg.c.


The documentation for this struct was generated from the following file: