ReactOS 0.4.16-dev-289-g096a551
|
#include <partmgr.h>
Public Attributes | |
BOOLEAN | IsFDO |
PDEVICE_OBJECT | DeviceObject |
PDEVICE_OBJECT | LowerDevice |
PDEVICE_OBJECT | PhysicalDiskDO |
KEVENT | SyncEvent |
BOOLEAN | LayoutValid |
PDRIVE_LAYOUT_INFORMATION_EX | LayoutCache |
SINGLE_LIST_ENTRY | PartitionList |
UINT32 | EnumeratedPartitionsTotal |
BOOLEAN | IsSuperFloppy |
struct { | |
UINT64 DiskSize | |
UINT32 DeviceNumber | |
UINT32 BytesPerSector | |
PARTITION_STYLE PartitionStyle | |
union { | |
struct { | |
UINT32 Signature | |
} Mbr | |
struct { | |
GUID DiskId | |
} Gpt | |
} | |
} | DiskData |
UNICODE_STRING | DiskInterfaceName |
EXTENSION_TYPE | ExtensionType |
struct _PDO_EXTENSION * | ChildPdoList |
PDEVICE_OBJECT | PhysicalDeviceObject |
PDEVICE_OBJECT | FunctionalDeviceObject |
PDEVICE_OBJECT | AttachedDeviceObject |
PDEVICE_OBJECT _FDO_EXTENSION::AttachedDeviceObject |
Definition at line 37 of file halpnpdd.c.
struct _PDO_EXTENSION * _FDO_EXTENSION::ChildPdoList |
Definition at line 34 of file halpnpdd.c.
PDEVICE_OBJECT _FDO_EXTENSION::DeviceObject |
Definition at line 60 of file partmgr.h.
Referenced by PartMgrAddDevice().
struct { ... } _FDO_EXTENSION::DiskData |
UNICODE_STRING _FDO_EXTENSION::DiskInterfaceName |
Definition at line 86 of file partmgr.h.
Referenced by PartitionHandleDeviceControl().
EXTENSION_TYPE _FDO_EXTENSION::ExtensionType |
Definition at line 33 of file halpnpdd.c.
PDEVICE_OBJECT _FDO_EXTENSION::FunctionalDeviceObject |
Definition at line 36 of file halpnpdd.c.
struct { ... } _FDO_EXTENSION::Gpt |
BOOLEAN _FDO_EXTENSION::IsFDO |
Definition at line 59 of file partmgr.h.
Referenced by PartMgrAddDevice(), PartMgrDeviceControl(), and PartMgrPnp().
BOOLEAN _FDO_EXTENSION::IsSuperFloppy |
Definition at line 70 of file partmgr.h.
Referenced by PartitionHandleDeviceControl().
BOOLEAN _FDO_EXTENSION::LayoutValid |
Definition at line 65 of file partmgr.h.
Referenced by PartitionHandleDeviceControl().
PDEVICE_OBJECT _FDO_EXTENSION::LowerDevice |
Definition at line 61 of file partmgr.h.
Referenced by PartitionHandleDeviceControl(), PartitionHandleQueryId(), PartitionHandleRemove(), PartitionHandleStartDevice(), PartMgrAddDevice(), PartMgrPnp(), and PartMgrShutdownFlush().
struct { ... } _FDO_EXTENSION::Mbr |
SINGLE_LIST_ENTRY _FDO_EXTENSION::PartitionList |
PARTITION_STYLE _FDO_EXTENSION::PartitionStyle |
PDEVICE_OBJECT _FDO_EXTENSION::PhysicalDeviceObject |
Definition at line 35 of file halpnpdd.c.
PDEVICE_OBJECT _FDO_EXTENSION::PhysicalDiskDO |
Definition at line 62 of file partmgr.h.
Referenced by PartitionHandleDeviceControl(), and PartMgrAddDevice().
KEVENT _FDO_EXTENSION::SyncEvent |
Definition at line 63 of file partmgr.h.
Referenced by PartMgrAddDevice().