ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <kstypes.h>
Public Attributes | |
PLIST_ENTRY | List |
PFILE_OBJECT | FileObject |
PKSEVENT_ENTRY | EventEntry |
PIRP | Irp |
PKSEVENT_ENTRY KSEVENT_CTX::EventEntry |
Definition at line 138 of file kstypes.h.
Referenced by KsDisableEvent(), KsFreeEventList(), and KspEnableEvent().
PFILE_OBJECT KSEVENT_CTX::FileObject |
Definition at line 137 of file kstypes.h.
Referenced by KsDisableEvent(), and KsFreeEventList().
PIRP KSEVENT_CTX::Irp |
Definition at line 139 of file kstypes.h.
Referenced by KsDisableEvent().
PLIST_ENTRY KSEVENT_CTX::List |
Definition at line 136 of file kstypes.h.
Referenced by KsDisableEvent(), KsFreeEventList(), and KspEnableEvent().