ReactOS 0.4.15-dev-7842-g558ab78
test_info Struct Reference
Collaboration diagram for test_info:

Public Attributes

const charname
 
const WCHARdll
 
DWORD winver
 
DWORD reason
 
BOOL(* hook )(HMODULE)
 
void(* unhook )(HMODULE)
 
void(* pre )(void)
 
void(* post )(void)
 
void(* second )(void)
 
WCHARExpectedWinsta
 
WCHARExpectedDesktp
 

Detailed Description

Definition at line 358 of file dispmode.c.

Member Data Documentation

◆ dll

const WCHAR* test_info::dll

Definition at line 361 of file dispmode.c.

◆ ExpectedDesktp

WCHAR* test_info::ExpectedDesktp

Definition at line 15 of file desktop.c.

Referenced by do_InitialDesktop_child().

◆ ExpectedWinsta

WCHAR* test_info::ExpectedWinsta

Definition at line 14 of file desktop.c.

Referenced by do_InitialDesktop_child().

◆ hook

BOOL(* test_info::hook) (HMODULE)

Definition at line 364 of file dispmode.c.

◆ name

const char* test_info::name

Definition at line 360 of file dispmode.c.

◆ post

void(* test_info::post) (void)

Definition at line 367 of file dispmode.c.

◆ pre

void(* test_info::pre) (void)

Definition at line 366 of file dispmode.c.

◆ reason

DWORD test_info::reason

Definition at line 363 of file dispmode.c.

◆ second

void(* test_info::second) (void)

Definition at line 368 of file dispmode.c.

◆ unhook

void(* test_info::unhook) (HMODULE)

Definition at line 365 of file dispmode.c.

◆ winver

DWORD test_info::winver

Definition at line 362 of file dispmode.c.


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