ReactOS 0.4.15-dev-7846-g8ba6c66
SUBDEVICE_DESCRIPTOR Struct Reference

#include <interfaces.hpp>

Collaboration diagram for SUBDEVICE_DESCRIPTOR:

Public Attributes

ULONG InterfaceCount
 
GUIDInterfaces
 
KSPIN_FACTORY Factory
 
ULONG FilterPropertySetCount
 
PKSPROPERTY_SET FilterPropertySet
 
ULONG EventSetCount
 
PKSEVENT_SET EventSet
 
PLIST_ENTRY EventList
 
PKSPIN_LOCK EventListLock
 
PPCFILTER_DESCRIPTOR DeviceDescriptor
 
KSTOPOLOGYTopology
 
LIST_ENTRY SymbolicLinkList
 
LIST_ENTRY PhysicalConnectionList
 
UNICODE_STRING RefString
 
PUNKNOWN UnknownMiniport
 
PUNKNOWN UnknownStream
 
PVOID PortPin
 

Detailed Description

Definition at line 204 of file interfaces.hpp.

Member Data Documentation

◆ DeviceDescriptor

PPCFILTER_DESCRIPTOR SUBDEVICE_DESCRIPTOR::DeviceDescriptor

Definition at line 217 of file interfaces.hpp.

◆ EventList

PLIST_ENTRY SUBDEVICE_DESCRIPTOR::EventList

Definition at line 214 of file interfaces.hpp.

◆ EventListLock

PKSPIN_LOCK SUBDEVICE_DESCRIPTOR::EventListLock

Definition at line 215 of file interfaces.hpp.

◆ EventSet

PKSEVENT_SET SUBDEVICE_DESCRIPTOR::EventSet

Definition at line 213 of file interfaces.hpp.

◆ EventSetCount

ULONG SUBDEVICE_DESCRIPTOR::EventSetCount

Definition at line 212 of file interfaces.hpp.

◆ Factory

KSPIN_FACTORY SUBDEVICE_DESCRIPTOR::Factory

Definition at line 208 of file interfaces.hpp.

◆ FilterPropertySet

PKSPROPERTY_SET SUBDEVICE_DESCRIPTOR::FilterPropertySet

Definition at line 210 of file interfaces.hpp.

Referenced by CPortPinWavePci::HandleKsProperty().

◆ FilterPropertySetCount

ULONG SUBDEVICE_DESCRIPTOR::FilterPropertySetCount

Definition at line 209 of file interfaces.hpp.

Referenced by CPortPinWavePci::HandleKsProperty().

◆ InterfaceCount

ULONG SUBDEVICE_DESCRIPTOR::InterfaceCount

Definition at line 206 of file interfaces.hpp.

Referenced by PcRegisterSubdevice().

◆ Interfaces

GUID* SUBDEVICE_DESCRIPTOR::Interfaces

Definition at line 207 of file interfaces.hpp.

Referenced by PcRegisterSubdevice().

◆ PhysicalConnectionList

LIST_ENTRY SUBDEVICE_DESCRIPTOR::PhysicalConnectionList

Definition at line 220 of file interfaces.hpp.

Referenced by RegisterConnection().

◆ PortPin

PVOID SUBDEVICE_DESCRIPTOR::PortPin

Definition at line 224 of file interfaces.hpp.

◆ RefString

UNICODE_STRING SUBDEVICE_DESCRIPTOR::RefString

Definition at line 221 of file interfaces.hpp.

Referenced by PcRegisterSubdevice().

◆ SymbolicLinkList

LIST_ENTRY SUBDEVICE_DESCRIPTOR::SymbolicLinkList

Definition at line 219 of file interfaces.hpp.

Referenced by PcNewRegistryKey(), PcRegisterSubdevice(), and RegisterConnection().

◆ Topology

KSTOPOLOGY* SUBDEVICE_DESCRIPTOR::Topology

Definition at line 218 of file interfaces.hpp.

◆ UnknownMiniport

PUNKNOWN SUBDEVICE_DESCRIPTOR::UnknownMiniport

Definition at line 222 of file interfaces.hpp.

◆ UnknownStream

PUNKNOWN SUBDEVICE_DESCRIPTOR::UnknownStream

Definition at line 223 of file interfaces.hpp.


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