ReactOS 0.4.15-dev-7842-g558ab78
PCFILTER_DESCRIPTOR Struct Reference

#include <portcls.h>

Collaboration diagram for PCFILTER_DESCRIPTOR:

Public Attributes

ULONG Version
 
const PCAUTOMATION_TABLEAutomationTable
 
ULONG PinSize
 
ULONG PinCount
 
const PCPIN_DESCRIPTORPins
 
ULONG NodeSize
 
ULONG NodeCount
 
const PCNODE_DESCRIPTORNodes
 
ULONG ConnectionCount
 
const PCCONNECTION_DESCRIPTORConnections
 
ULONG CategoryCount
 
const GUIDCategories
 

Detailed Description

Definition at line 353 of file portcls.h.

Member Data Documentation

◆ AutomationTable

const PCAUTOMATION_TABLE* PCFILTER_DESCRIPTOR::AutomationTable

Definition at line 355 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildTopology().

◆ Categories

const GUID* PCFILTER_DESCRIPTOR::Categories

Definition at line 365 of file portcls.h.

◆ CategoryCount

ULONG PCFILTER_DESCRIPTOR::CategoryCount

Definition at line 364 of file portcls.h.

◆ ConnectionCount

ULONG PCFILTER_DESCRIPTOR::ConnectionCount

Definition at line 362 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildConnectionDescriptors().

◆ Connections

const PCCONNECTION_DESCRIPTOR* PCFILTER_DESCRIPTOR::Connections

Definition at line 363 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildConnectionDescriptors().

◆ NodeCount

ULONG PCFILTER_DESCRIPTOR::NodeCount

Definition at line 360 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildNodeDescriptors().

◆ Nodes

const PCNODE_DESCRIPTOR* PCFILTER_DESCRIPTOR::Nodes

Definition at line 361 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildNodeDescriptors().

◆ NodeSize

ULONG PCFILTER_DESCRIPTOR::NodeSize

Definition at line 359 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildNodeDescriptors().

◆ PinCount

ULONG PCFILTER_DESCRIPTOR::PinCount

Definition at line 357 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildPinDescriptors().

◆ Pins

const PCPIN_DESCRIPTOR* PCFILTER_DESCRIPTOR::Pins

Definition at line 358 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildPinDescriptors().

◆ PinSize

ULONG PCFILTER_DESCRIPTOR::PinSize

Definition at line 356 of file portcls.h.

Referenced by CAC97MiniportTopology::BuildPinDescriptors().

◆ Version

ULONG PCFILTER_DESCRIPTOR::Version

Definition at line 354 of file portcls.h.


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