ReactOS 0.4.16-dev-1983-g1a17364
_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::@1689

◆ Gpt

PARTITION_INFORMATION_GPT _PARTITION_INFORMATION_EX::Gpt

◆ Mbr

◆ PartitionLength

◆ PartitionNumber

◆ PartitionStyle

PARTITION_STYLE _PARTITION_INFORMATION_EX::PartitionStyle

Definition at line 220 of file imports.h.

Referenced by CreateTipText(), main(), PartMgrUpdatePartitionDevices(), and UpdateDiskLayout().

◆ RewritePartition

BOOLEAN _PARTITION_INFORMATION_EX::RewritePartition

◆ StartingOffset


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