ReactOS 0.4.15-dev-7924-g5949c20
_PNPROOT_DEVICE Struct Reference
Collaboration diagram for _PNPROOT_DEVICE:

Public Attributes

LIST_ENTRY ListEntry
 
PDEVICE_OBJECT Pdo
 
UNICODE_STRING DeviceID
 
UNICODE_STRING InstanceID
 
UNICODE_STRING DeviceDescription
 
PIO_RESOURCE_REQUIREMENTS_LIST ResourceRequirementsList
 
PCM_RESOURCE_LIST ResourceList
 
ULONG ResourceListSize
 

Detailed Description

Definition at line 22 of file pnproot.c.

Member Data Documentation

◆ DeviceDescription

UNICODE_STRING _PNPROOT_DEVICE::DeviceDescription

Definition at line 33 of file pnproot.c.

Referenced by PdoQueryDeviceText(), and PnpRootPdoPnpControl().

◆ DeviceID

UNICODE_STRING _PNPROOT_DEVICE::DeviceID

Definition at line 29 of file pnproot.c.

Referenced by PdoQueryId(), and PnpRootPdoPnpControl().

◆ InstanceID

UNICODE_STRING _PNPROOT_DEVICE::InstanceID

Definition at line 31 of file pnproot.c.

Referenced by PdoQueryId(), and PnpRootPdoPnpControl().

◆ ListEntry

LIST_ENTRY _PNPROOT_DEVICE::ListEntry

Definition at line 25 of file pnproot.c.

Referenced by PnpRootPdoPnpControl().

◆ Pdo

PDEVICE_OBJECT _PNPROOT_DEVICE::Pdo

Definition at line 27 of file pnproot.c.

◆ ResourceList

PCM_RESOURCE_LIST _PNPROOT_DEVICE::ResourceList

Definition at line 37 of file pnproot.c.

Referenced by PdoQueryResources(), and PnpRootPdoPnpControl().

◆ ResourceListSize

ULONG _PNPROOT_DEVICE::ResourceListSize

Definition at line 38 of file pnproot.c.

Referenced by PdoQueryResources().

◆ ResourceRequirementsList

PIO_RESOURCE_REQUIREMENTS_LIST _PNPROOT_DEVICE::ResourceRequirementsList

Definition at line 35 of file pnproot.c.

Referenced by PdoQueryResourceRequirements(), and PnpRootPdoPnpControl().


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