ReactOS 0.4.15-dev-7924-g5949c20
_PCPROPERTY_REQUEST Struct Reference

#include <portcls.h>

Collaboration diagram for _PCPROPERTY_REQUEST:

Public Attributes

PUNKNOWN MajorTarget
 
PUNKNOWN MinorTarget
 
ULONG Node
 
const PCPROPERTY_ITEMPropertyItem
 
ULONG Verb
 
ULONG InstanceSize
 
PVOID Instance
 
ULONG ValueSize
 
PVOID Value
 
PIRP Irp
 

Detailed Description

Definition at line 257 of file portcls.h.

Member Data Documentation

◆ Instance

PVOID _PCPROPERTY_REQUEST::Instance

Definition at line 264 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ InstanceSize

ULONG _PCPROPERTY_REQUEST::InstanceSize

Definition at line 263 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ Irp

PIRP _PCPROPERTY_REQUEST::Irp

Definition at line 267 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ MajorTarget

PUNKNOWN _PCPROPERTY_REQUEST::MajorTarget

Definition at line 258 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ MinorTarget

PUNKNOWN _PCPROPERTY_REQUEST::MinorTarget

Definition at line 259 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ Node

ULONG _PCPROPERTY_REQUEST::Node

Definition at line 260 of file portcls.h.

Referenced by BasicSupportHandler(), and PropertyItemDispatch().

◆ PropertyItem

const PCPROPERTY_ITEM* _PCPROPERTY_REQUEST::PropertyItem

Definition at line 261 of file portcls.h.

Referenced by PropertyItemDispatch().

◆ Value

PVOID _PCPROPERTY_REQUEST::Value

Definition at line 266 of file portcls.h.

Referenced by BasicSupportHandler(), and PropertyItemDispatch().

◆ ValueSize

ULONG _PCPROPERTY_REQUEST::ValueSize

Definition at line 265 of file portcls.h.

Referenced by BasicSupportHandler(), and PropertyItemDispatch().

◆ Verb

ULONG _PCPROPERTY_REQUEST::Verb

Definition at line 262 of file portcls.h.

Referenced by PropertyItemDispatch().


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