ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
LIST_ENTRY | ListEntry |
KEVENT | WorkDoneEvent |
KMT_CALLBACK_REQUEST_PACKET | Request |
PKMT_RESPONSE | Response |
Definition at line 24 of file kmtest_drv.c.
LIST_ENTRY _KMT_USER_WORK_ENTRY::ListEntry |
Definition at line 26 of file kmtest_drv.c.
Referenced by KmtUserModeCallback().
KMT_CALLBACK_REQUEST_PACKET _KMT_USER_WORK_ENTRY::Request |
Definition at line 28 of file kmtest_drv.c.
Referenced by DriverIoControl(), and KmtUserModeCallback().
PKMT_RESPONSE _KMT_USER_WORK_ENTRY::Response |
Definition at line 29 of file kmtest_drv.c.
Referenced by DriverIoControl(), KmtCleanUsermodeCallbacks(), and KmtUserModeCallback().
KEVENT _KMT_USER_WORK_ENTRY::WorkDoneEvent |
Definition at line 27 of file kmtest_drv.c.
Referenced by DriverIoControl(), and KmtUserModeCallback().