ReactOS 0.4.15-dev-7958-gcd0bb1a
_KMT_USER_WORK_ENTRY Struct Reference
Collaboration diagram for _KMT_USER_WORK_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
KEVENT WorkDoneEvent
 
KMT_CALLBACK_REQUEST_PACKET Request
 
PKMT_RESPONSE Response
 

Detailed Description

Definition at line 24 of file kmtest_drv.c.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _KMT_USER_WORK_ENTRY::ListEntry

Definition at line 26 of file kmtest_drv.c.

Referenced by KmtUserModeCallback().

◆ Request

KMT_CALLBACK_REQUEST_PACKET _KMT_USER_WORK_ENTRY::Request

Definition at line 28 of file kmtest_drv.c.

Referenced by DriverIoControl(), and KmtUserModeCallback().

◆ Response

PKMT_RESPONSE _KMT_USER_WORK_ENTRY::Response

Definition at line 29 of file kmtest_drv.c.

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

◆ WorkDoneEvent

KEVENT _KMT_USER_WORK_ENTRY::WorkDoneEvent

Definition at line 27 of file kmtest_drv.c.

Referenced by DriverIoControl(), and KmtUserModeCallback().


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