PD_STOREINFO (Compact 2013)
3/26/2014
This structure contains information about the store.
Syntax
typedef struct _PD_STOREINFO {
DWORD cbSize;
SECTORNUM snNumSectors;
DWORD dwBytesPerSector;
SECTORNUM snFreeSectors;
SECTORNUM snBiggestPartCreatable;
FILETIME ftCreated;
FILETIME ftLastModified;
DWORD dwAttributes;
} PD_STOREINFO, *PPD_STOREINFO;
Members
- cbSize
Set tosizeof(PD_STOREINFO)
.
- snNumSectors
Number of sectors on store.
- dwBytesPerSector
Number of bytes per sector.
- snFreeSectors
Number of unallocated sectors.
- snBiggestPartCreatable
The biggest partition currently creatable.
- ftCreated
Last time store was formatted.
- ftLastModified
Last time partition table was modified.
dwAttributes
Store attributes. The following are possible values:- STORE_ATTRIBUTE_AUTOFORMAT
- STORE_ATTRIBUTE_AUTOMOUNT
- STORE_ATTRIBUTE_AUTOPART
- STORE_ATTRIBUTE_READONLY
- STORE_ATTRIBUTE_REMOVABLE
- STORE_ATTRIBUTE_UNFORMATTED
Requirements
Header |
partdrv.h |