ReactOS 0.4.15-dev-7842-g558ab78
KSEVENT_CTX Struct Reference

#include <kstypes.h>

Collaboration diagram for KSEVENT_CTX:

Public Attributes

PLIST_ENTRY List
 
PFILE_OBJECT FileObject
 
PKSEVENT_ENTRY EventEntry
 
PIRP Irp
 

Detailed Description

Definition at line 134 of file kstypes.h.

Member Data Documentation

◆ EventEntry

PKSEVENT_ENTRY KSEVENT_CTX::EventEntry

Definition at line 138 of file kstypes.h.

Referenced by KsDisableEvent(), KsFreeEventList(), and KspEnableEvent().

◆ FileObject

PFILE_OBJECT KSEVENT_CTX::FileObject

Definition at line 137 of file kstypes.h.

Referenced by KsDisableEvent(), and KsFreeEventList().

◆ Irp

PIRP KSEVENT_CTX::Irp

Definition at line 139 of file kstypes.h.

Referenced by KsDisableEvent().

◆ List

PLIST_ENTRY KSEVENT_CTX::List

Definition at line 136 of file kstypes.h.

Referenced by KsDisableEvent(), KsFreeEventList(), and KspEnableEvent().


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