Searched defs:_PARTENTRY (Results 1 – 2 of 2) sorted by relevance
98 typedef struct _PARTENTRY struct100 LIST_ENTRY ListEntry;107 BOOLEAN BootIndicator;108 UCHAR PartitionType;110 ULONG PartitionNumber;111 ULONG PartitionIndex;113 CHAR DriveLetter;114 CHAR VolumeLabel[17];124 BOOLEAN New;127 BOOLEAN AutoCreate;[all …]
61 typedef struct _PARTENTRY struct63 LIST_ENTRY ListEntry;66 struct _DISKENTRY *DiskEntry;69 ULARGE_INTEGER StartSector;70 ULARGE_INTEGER SectorCount;73 UCHAR PartitionType;77 WCHAR DeviceName[MAX_PATH]; ///< NT device name: "\Device\HarddiskM\PartitionN"79 BOOLEAN LogicalPartition;82 BOOLEAN IsPartitioned;85 BOOLEAN New;[all …]