ReactOS 0.4.15-dev-7942-gd23573b
_HW_EVENT_DESCRIPTOR Struct Reference

#include <strmini.h>

Collaboration diagram for _HW_EVENT_DESCRIPTOR:

Public Attributes

BOOLEAN Enable
 
PKSEVENT_ENTRY EventEntry
 
PKSEVENTDATA EventData
 
union {
   struct _HW_STREAM_OBJECT *   StreamObject
 
   struct _HW_DEVICE_EXTENSION *   DeviceExtension
 
}; 
 
ULONG EnableEventSetIndex
 
PVOID HwInstanceExtension
 
ULONG Reserved
 

Detailed Description

Definition at line 55 of file strmini.h.

Member Data Documentation

◆ 

__GNU_EXTENSION union { ... } _HW_EVENT_DESCRIPTOR::@2240

◆ DeviceExtension

struct _HW_DEVICE_EXTENSION* _HW_EVENT_DESCRIPTOR::DeviceExtension

Definition at line 61 of file strmini.h.

◆ Enable

BOOLEAN _HW_EVENT_DESCRIPTOR::Enable

Definition at line 56 of file strmini.h.

◆ EnableEventSetIndex

ULONG _HW_EVENT_DESCRIPTOR::EnableEventSetIndex

Definition at line 63 of file strmini.h.

◆ EventData

PKSEVENTDATA _HW_EVENT_DESCRIPTOR::EventData

Definition at line 58 of file strmini.h.

◆ EventEntry

PKSEVENT_ENTRY _HW_EVENT_DESCRIPTOR::EventEntry

Definition at line 57 of file strmini.h.

◆ HwInstanceExtension

PVOID _HW_EVENT_DESCRIPTOR::HwInstanceExtension

Definition at line 64 of file strmini.h.

◆ Reserved

ULONG _HW_EVENT_DESCRIPTOR::Reserved

Definition at line 65 of file strmini.h.

◆ StreamObject

struct _HW_STREAM_OBJECT* _HW_EVENT_DESCRIPTOR::StreamObject

Definition at line 60 of file strmini.h.


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