ReactOS 0.4.15-dev-7961-gdcf9eb0
_PARTITION_INFORMATION_EX Struct Reference

#include <imports.h>

Collaboration diagram for _PARTITION_INFORMATION_EX:

Public Attributes

PARTITION_STYLE PartitionStyle
 
LARGE_INTEGER StartingOffset
 
LARGE_INTEGER PartitionLength
 
ULONG PartitionNumber
 
BOOLEAN RewritePartition
 
union {
   PARTITION_INFORMATION_MBR   Mbr
 
   PARTITION_INFORMATION_GPT   Gpt
 
}; 
 

Detailed Description

Definition at line 219 of file imports.h.

Member Data Documentation

◆ 

union { ... } _PARTITION_INFORMATION_EX::@1559

◆ Gpt

PARTITION_INFORMATION_GPT _PARTITION_INFORMATION_EX::Gpt

Definition at line 227 of file imports.h.

Referenced by main(), PartitionHandleDeviceControl(), and PartMgrUpdatePartitionDevices().

◆ Mbr

◆ PartitionLength

LARGE_INTEGER _PARTITION_INFORMATION_EX::PartitionLength

◆ PartitionNumber

ULONG _PARTITION_INFORMATION_EX::PartitionNumber

◆ PartitionStyle

PARTITION_STYLE _PARTITION_INFORMATION_EX::PartitionStyle

Definition at line 220 of file imports.h.

Referenced by main(), and PartMgrUpdatePartitionDevices().

◆ RewritePartition

BOOLEAN _PARTITION_INFORMATION_EX::RewritePartition

Definition at line 224 of file imports.h.

Referenced by PartMgrConvertExtendedToLayout().

◆ StartingOffset


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