ReactOS 0.4.15-dev-8002-gbbb3b00
HIDCLASS_DRIVER_EXTENSION Struct Reference

#include <precomp.h>

Collaboration diagram for HIDCLASS_DRIVER_EXTENSION:

Public Attributes

PDRIVER_OBJECT DriverObject
 
ULONG DeviceExtensionSize
 
BOOLEAN DevicesArePolled
 
PDRIVER_DISPATCH MajorFunction [IRP_MJ_MAXIMUM_FUNCTION+1]
 
PDRIVER_ADD_DEVICE AddDevice
 
PDRIVER_UNLOAD DriverUnload
 
KSPIN_LOCK Lock
 

Detailed Description

Definition at line 12 of file precomp.h.

Member Data Documentation

◆ AddDevice

PDRIVER_ADD_DEVICE HIDCLASS_DRIVER_EXTENSION::AddDevice

Definition at line 18 of file precomp.h.

◆ DeviceExtensionSize

ULONG HIDCLASS_DRIVER_EXTENSION::DeviceExtensionSize

Definition at line 15 of file precomp.h.

◆ DevicesArePolled

BOOLEAN HIDCLASS_DRIVER_EXTENSION::DevicesArePolled

Definition at line 16 of file precomp.h.

Referenced by HidClass_DeviceControl(), and HidClassPDO_PnP().

◆ DriverObject

PDRIVER_OBJECT HIDCLASS_DRIVER_EXTENSION::DriverObject

Definition at line 14 of file precomp.h.

Referenced by HidClassPDO_CreatePDO().

◆ DriverUnload

PDRIVER_UNLOAD HIDCLASS_DRIVER_EXTENSION::DriverUnload

Definition at line 19 of file precomp.h.

◆ Lock

KSPIN_LOCK HIDCLASS_DRIVER_EXTENSION::Lock

Definition at line 20 of file precomp.h.

◆ MajorFunction

PDRIVER_DISPATCH HIDCLASS_DRIVER_EXTENSION::MajorFunction[IRP_MJ_MAXIMUM_FUNCTION+1]

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