ReactOS 0.4.15-dev-7906-g1b85a5f
_KMT_USER_WORK_LIST Struct Reference
Collaboration diagram for _KMT_USER_WORK_LIST:

Public Attributes

LIST_ENTRY ListHead
 
FAST_MUTEX Lock
 
KEVENT NewWorkEvent
 

Detailed Description

Definition at line 32 of file kmtest_drv.c.

Member Data Documentation

◆ ListHead

LIST_ENTRY _KMT_USER_WORK_LIST::ListHead

Definition at line 34 of file kmtest_drv.c.

Referenced by DriverIoControl(), KmtCleanUsermodeCallbacks(), and KmtUserModeCallback().

◆ Lock

FAST_MUTEX _KMT_USER_WORK_LIST::Lock

Definition at line 35 of file kmtest_drv.c.

Referenced by DriverIoControl(), KmtCleanUsermodeCallbacks(), and KmtUserModeCallback().

◆ NewWorkEvent

KEVENT _KMT_USER_WORK_LIST::NewWorkEvent

Definition at line 36 of file kmtest_drv.c.

Referenced by DriverIoControl(), and KmtUserModeCallback().


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