|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | ListHead |
| FAST_MUTEX | Lock |
| KEVENT | NewWorkEvent |
Definition at line 32 of file kmtest_drv.c.
| LIST_ENTRY _KMT_USER_WORK_LIST::ListHead |
Definition at line 34 of file kmtest_drv.c.
Referenced by DriverIoControl(), KmtCleanUsermodeCallbacks(), and KmtUserModeCallback().
| FAST_MUTEX _KMT_USER_WORK_LIST::Lock |
Definition at line 35 of file kmtest_drv.c.
Referenced by DriverIoControl(), KmtCleanUsermodeCallbacks(), and KmtUserModeCallback().
| KEVENT _KMT_USER_WORK_LIST::NewWorkEvent |
Definition at line 36 of file kmtest_drv.c.
Referenced by DriverIoControl(), and KmtUserModeCallback().