Storage::Disk::DiskPart Struct Reference
Adds information specific to MBR/GPT disk partitions. More...
#include <PartInfo.h>
Inheritance diagram for Storage::Disk::DiskPart:
Collaboration diagram for Storage::Disk::DiskPart:
Public Member Functions | |
| size_t | printTo (Print &p) const |
| Print full contents of this structure. More... | |
Public Attributes | |
| Uuid | typeGuid |
| GPT type GUID. More... | |
| Uuid | uniqueGuid |
| GPT partition unique GUID. More... | |
| SysType | systype {} |
| Identifies volume filing system type. More... | |
| SysIndicator | sysind {} |
| Partition sys value. More... | |
Detailed Description
Adds information specific to MBR/GPT disk partitions.
Member Function Documentation
◆ printTo()
Member Data Documentation
◆ sysind
| SysIndicator Storage::Disk::DiskPart::sysind {} |
Partition sys value.
◆ systype
| SysType Storage::Disk::DiskPart::systype {} |
Identifies volume filing system type.
◆ typeGuid
◆ uniqueGuid
The documentation for this struct was generated from the following file:
1.9.1