|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 | |
| }; | |
Definition at line 94 of file tmrqueue.c.
| union { ... } _TESTINFO::@1769 |
| HANDLE _TESTINFO::Dummy |
Definition at line 105 of file tmrqueue.c.
| HANDLE _TESTINFO::hEvent |
Definition at line 99 of file tmrqueue.c.
| HANDLE _TESTINFO::hNotification |
Definition at line 114 of file tmrqueue.c.
| HANDLE _TESTINFO::hTimer |
Definition at line 98 of file tmrqueue.c.
| HANDLE _TESTINFO::hWaitEvent |
Definition at line 109 of file tmrqueue.c.
| int _TESTINFO::secsleft |
Definition at line 97 of file tmrqueue.c.
| PTEST _TESTINFO::Test |
Definition at line 96 of file tmrqueue.c.
| struct { ... } _TESTINFO::Test1 |
| struct { ... } _TESTINFO::Test2 |
| struct { ... } _TESTINFO::Test3 |