ReactOS 0.4.15-dev-7934-g1dc8d80
_TESTINFO Struct Reference
Collaboration diagram for _TESTINFO:

Public Attributes

PTEST Test
 
int secsleft
 
HANDLE hTimer
 
HANDLE hEvent
 
union {
   struct {
      HANDLE   Dummy
 
   }   Test1
 
   struct {
      HANDLE   hWaitEvent
 
   }   Test2
 
   struct {
      HANDLE   hWaitEvent
 
      HANDLE   hNotification
 
   }   Test3
 
}; 
 

Detailed Description

Definition at line 94 of file tmrqueue.c.

Member Data Documentation

◆ 

union { ... } _TESTINFO::@1636

◆ Dummy

HANDLE _TESTINFO::Dummy

Definition at line 105 of file tmrqueue.c.

◆ hEvent

HANDLE _TESTINFO::hEvent

Definition at line 99 of file tmrqueue.c.

◆ hNotification

HANDLE _TESTINFO::hNotification

Definition at line 114 of file tmrqueue.c.

◆ hTimer

HANDLE _TESTINFO::hTimer

Definition at line 98 of file tmrqueue.c.

◆ hWaitEvent

HANDLE _TESTINFO::hWaitEvent

Definition at line 109 of file tmrqueue.c.

◆ secsleft

int _TESTINFO::secsleft

Definition at line 97 of file tmrqueue.c.

◆ Test

PTEST _TESTINFO::Test

Definition at line 96 of file tmrqueue.c.

◆ 

struct { ... } _TESTINFO::Test1

◆ 

struct { ... } _TESTINFO::Test2

◆ 

struct { ... } _TESTINFO::Test3

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