ReactOS 0.4.16-dev-401-g45b008d
|
#include <portcls.h>
Public Attributes | |
PUNKNOWN | MajorTarget |
PUNKNOWN | MinorTarget |
ULONG | Node |
const PCPROPERTY_ITEM * | PropertyItem |
ULONG | Verb |
ULONG | InstanceSize |
PVOID | Instance |
ULONG | ValueSize |
PVOID | Value |
PIRP | Irp |
PVOID _PCPROPERTY_REQUEST::Instance |
Definition at line 264 of file portcls.h.
Referenced by PropertyItemDispatch().
ULONG _PCPROPERTY_REQUEST::InstanceSize |
Definition at line 263 of file portcls.h.
Referenced by PropertyItemDispatch().
PIRP _PCPROPERTY_REQUEST::Irp |
Definition at line 267 of file portcls.h.
Referenced by PropertyItemDispatch().
PUNKNOWN _PCPROPERTY_REQUEST::MajorTarget |
Definition at line 258 of file portcls.h.
Referenced by PropertyItemDispatch().
PUNKNOWN _PCPROPERTY_REQUEST::MinorTarget |
Definition at line 259 of file portcls.h.
Referenced by PropertyItemDispatch().
ULONG _PCPROPERTY_REQUEST::Node |
Definition at line 260 of file portcls.h.
Referenced by BasicSupportHandler(), and PropertyItemDispatch().
const PCPROPERTY_ITEM* _PCPROPERTY_REQUEST::PropertyItem |
Definition at line 261 of file portcls.h.
Referenced by PropertyItemDispatch().
PVOID _PCPROPERTY_REQUEST::Value |
Definition at line 266 of file portcls.h.
Referenced by BasicSupportHandler(), and PropertyItemDispatch().
ULONG _PCPROPERTY_REQUEST::ValueSize |
Definition at line 265 of file portcls.h.
Referenced by BasicSupportHandler(), and PropertyItemDispatch().
ULONG _PCPROPERTY_REQUEST::Verb |
Definition at line 262 of file portcls.h.
Referenced by PropertyItemDispatch().