ReactOS 0.4.15-dev-7918-g2a2556c
_CLASS_DRIVER_EXTENSION Struct Reference

#include <kbdclass.h>

Collaboration diagram for _CLASS_DRIVER_EXTENSION:

Public Attributes

UNICODE_STRING RegistryPath
 
ULONG ConnectMultiplePorts
 
ULONG DataQueueSize
 
UNICODE_STRING DeviceBaseName
 
PDEVICE_OBJECT MainClassDeviceObject
 
CLASS_INIT_DATA InitData
 
ULONG DeviceCount
 
PCLASS_QUERY_WMI_REGINFO_EX ClassFdoQueryWmiRegInfoEx
 
PCLASS_QUERY_WMI_REGINFO_EX ClassPdoQueryWmiRegInfoEx
 
REGHANDLE EtwHandle
 
PDRIVER_DISPATCH DeviceMajorFunctionTable [IRP_MJ_MAXIMUM_FUNCTION+1]
 
PDRIVER_DISPATCH MpDeviceMajorFunctionTable [IRP_MJ_MAXIMUM_FUNCTION+1]
 
PCLASS_INTERPRET_SENSE_INFO2 InterpretSenseInfo
 
PCLASS_WORKING_SET WorkingSet
 
ULONG SrbSupport
 

Detailed Description

Definition at line 23 of file kbdclass.h.

Member Data Documentation

◆ ClassFdoQueryWmiRegInfoEx

PCLASS_QUERY_WMI_REGINFO_EX _CLASS_DRIVER_EXTENSION::ClassFdoQueryWmiRegInfoEx

Definition at line 580 of file classpnp.h.

Referenced by ClassSystemControl().

◆ ClassPdoQueryWmiRegInfoEx

PCLASS_QUERY_WMI_REGINFO_EX _CLASS_DRIVER_EXTENSION::ClassPdoQueryWmiRegInfoEx

Definition at line 581 of file classpnp.h.

Referenced by ClassSystemControl().

◆ ConnectMultiplePorts

ULONG _CLASS_DRIVER_EXTENSION::ConnectMultiplePorts

Definition at line 28 of file kbdclass.h.

◆ DataQueueSize

ULONG _CLASS_DRIVER_EXTENSION::DataQueueSize

Definition at line 29 of file kbdclass.h.

◆ DeviceBaseName

UNICODE_STRING _CLASS_DRIVER_EXTENSION::DeviceBaseName

Definition at line 30 of file kbdclass.h.

◆ DeviceCount

ULONG _CLASS_DRIVER_EXTENSION::DeviceCount

Definition at line 578 of file classpnp.h.

Referenced by _IRQL_requires_max_().

◆ DeviceMajorFunctionTable

PDRIVER_DISPATCH _CLASS_DRIVER_EXTENSION::DeviceMajorFunctionTable[IRP_MJ_MAXIMUM_FUNCTION+1]

Definition at line 585 of file classpnp.h.

◆ EtwHandle

REGHANDLE _CLASS_DRIVER_EXTENSION::EtwHandle

Definition at line 584 of file classpnp.h.

Referenced by _IRQL_requires_max_(), and ClassUnload().

◆ InitData

◆ InterpretSenseInfo

PCLASS_INTERPRET_SENSE_INFO2 _CLASS_DRIVER_EXTENSION::InterpretSenseInfo

Definition at line 587 of file classpnp.h.

Referenced by ClassPnpStartDevice(), and ClassUnload().

◆ MainClassDeviceObject

PDEVICE_OBJECT _CLASS_DRIVER_EXTENSION::MainClassDeviceObject

Definition at line 32 of file kbdclass.h.

◆ MpDeviceMajorFunctionTable

PDRIVER_DISPATCH _CLASS_DRIVER_EXTENSION::MpDeviceMajorFunctionTable[IRP_MJ_MAXIMUM_FUNCTION+1]

Definition at line 586 of file classpnp.h.

◆ RegistryPath

UNICODE_STRING _CLASS_DRIVER_EXTENSION::RegistryPath

Definition at line 25 of file kbdclass.h.

Referenced by _IRQL_requires_max_(), ClassSystemControl(), and ClassUnload().

◆ SrbSupport

ULONG _CLASS_DRIVER_EXTENSION::SrbSupport

◆ WorkingSet

PCLASS_WORKING_SET _CLASS_DRIVER_EXTENSION::WorkingSet

Definition at line 588 of file classpnp.h.

Referenced by ClassUnload(), and InitializeTransferPackets().


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