ReactOS 0.4.15-dev-7842-g558ab78
PCAUTOMATION_TABLE Struct Reference

#include <portcls.h>

Collaboration diagram for PCAUTOMATION_TABLE:

Public Attributes

ULONG PropertyItemSize
 
ULONG PropertyCount
 
const PCPROPERTY_ITEMProperties
 
ULONG MethodItemSize
 
ULONG MethodCount
 
const PCMETHOD_ITEMMethods
 
ULONG EventItemSize
 
ULONG EventCount
 
const PCEVENT_ITEMEvents
 
ULONG Reserved
 

Detailed Description

Definition at line 318 of file portcls.h.

Member Data Documentation

◆ EventCount

ULONG PCAUTOMATION_TABLE::EventCount

Definition at line 326 of file portcls.h.

◆ EventItemSize

ULONG PCAUTOMATION_TABLE::EventItemSize

Definition at line 325 of file portcls.h.

◆ Events

const PCEVENT_ITEM* PCAUTOMATION_TABLE::Events

Definition at line 327 of file portcls.h.

◆ MethodCount

ULONG PCAUTOMATION_TABLE::MethodCount

Definition at line 323 of file portcls.h.

◆ MethodItemSize

ULONG PCAUTOMATION_TABLE::MethodItemSize

Definition at line 322 of file portcls.h.

◆ Methods

const PCMETHOD_ITEM* PCAUTOMATION_TABLE::Methods

Definition at line 324 of file portcls.h.

◆ Properties

const PCPROPERTY_ITEM* PCAUTOMATION_TABLE::Properties

Definition at line 321 of file portcls.h.

Referenced by PcCreateSubdeviceDescriptor(), and PropertyItemDispatch().

◆ PropertyCount

ULONG PCAUTOMATION_TABLE::PropertyCount

Definition at line 320 of file portcls.h.

◆ PropertyItemSize

ULONG PCAUTOMATION_TABLE::PropertyItemSize

Definition at line 319 of file portcls.h.

Referenced by PcCreateSubdeviceDescriptor(), and PropertyItemDispatch().

◆ Reserved

ULONG PCAUTOMATION_TABLE::Reserved

Definition at line 328 of file portcls.h.


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