ReactOS 0.4.15-dev-7842-g558ab78
_CLASS_DEV_INFO Struct Reference

#include <classpnp.h>

Collaboration diagram for _CLASS_DEV_INFO:

Public Attributes

ULONG DeviceExtensionSize
 
DEVICE_TYPE DeviceType
 
UCHAR StackSize
 
ULONG DeviceCharacteristics
 
PCLASS_ERROR ClassError
 
PCLASS_READ_WRITE ClassReadWriteVerification
 
PCLASS_DEVICE_CONTROL ClassDeviceControl
 
PCLASS_SHUTDOWN_FLUSH ClassShutdownFlush
 
PCLASS_CREATE_CLOSE ClassCreateClose
 
PCLASS_INIT_DEVICE ClassInitDevice
 
PCLASS_START_DEVICE ClassStartDevice
 
PCLASS_POWER_DEVICE ClassPowerDevice
 
PCLASS_STOP_DEVICE ClassStopDevice
 
PCLASS_REMOVE_DEVICE ClassRemoveDevice
 
PCLASS_QUERY_PNP_CAPABILITIES ClassQueryPnpCapabilities
 
CLASS_WMI_INFO ClassWmiInfo
 

Detailed Description

Definition at line 517 of file classpnp.h.

Member Data Documentation

◆ ClassCreateClose

PCLASS_CREATE_CLOSE _CLASS_DEV_INFO::ClassCreateClose

Definition at line 526 of file classpnp.h.

Referenced by ClassCreateClose().

◆ ClassDeviceControl

PCLASS_DEVICE_CONTROL _CLASS_DEV_INFO::ClassDeviceControl

Definition at line 524 of file classpnp.h.

Referenced by ClassDeviceControlDispatch().

◆ ClassError

PCLASS_ERROR _CLASS_DEV_INFO::ClassError

Definition at line 522 of file classpnp.h.

Referenced by ClassInterpretSenseInfo().

◆ ClassInitDevice

PCLASS_INIT_DEVICE _CLASS_DEV_INFO::ClassInitDevice

Definition at line 527 of file classpnp.h.

Referenced by ClassPnpStartDevice().

◆ ClassPowerDevice

PCLASS_POWER_DEVICE _CLASS_DEV_INFO::ClassPowerDevice

Definition at line 529 of file classpnp.h.

Referenced by ClassDispatchPower().

◆ ClassQueryPnpCapabilities

PCLASS_QUERY_PNP_CAPABILITIES _CLASS_DEV_INFO::ClassQueryPnpCapabilities

Definition at line 532 of file classpnp.h.

Referenced by ClassQueryPnpCapabilities().

◆ ClassReadWriteVerification

PCLASS_READ_WRITE _CLASS_DEV_INFO::ClassReadWriteVerification

Definition at line 523 of file classpnp.h.

Referenced by ClassReadWrite().

◆ ClassRemoveDevice

PCLASS_REMOVE_DEVICE _CLASS_DEV_INFO::ClassRemoveDevice

Definition at line 531 of file classpnp.h.

Referenced by ClassDispatchPnp().

◆ ClassShutdownFlush

PCLASS_SHUTDOWN_FLUSH _CLASS_DEV_INFO::ClassShutdownFlush

Definition at line 525 of file classpnp.h.

Referenced by ClassShutdownFlush().

◆ ClassStartDevice

PCLASS_START_DEVICE _CLASS_DEV_INFO::ClassStartDevice

Definition at line 528 of file classpnp.h.

Referenced by ClassPnpStartDevice().

◆ ClassStopDevice

PCLASS_STOP_DEVICE _CLASS_DEV_INFO::ClassStopDevice

Definition at line 530 of file classpnp.h.

Referenced by ClassDispatchPnp().

◆ ClassWmiInfo

CLASS_WMI_INFO _CLASS_DEV_INFO::ClassWmiInfo

Definition at line 533 of file classpnp.h.

Referenced by ClassSystemControl().

◆ DeviceCharacteristics

ULONG _CLASS_DEV_INFO::DeviceCharacteristics

Definition at line 521 of file classpnp.h.

◆ DeviceExtensionSize

ULONG _CLASS_DEV_INFO::DeviceExtensionSize

Definition at line 518 of file classpnp.h.

◆ DeviceType

DEVICE_TYPE _CLASS_DEV_INFO::DeviceType

Definition at line 519 of file classpnp.h.

◆ StackSize

UCHAR _CLASS_DEV_INFO::StackSize

Definition at line 520 of file classpnp.h.


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