Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about the store.
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 to sizeof(PD_STOREINFO). - snNumSectors
The number of sectors on store. - dwBytesPerSector
The number of bytes per sector. - snFreeSectors
The number of unallocated sectors. - snBiggestPartCreatable
The biggest partition currently creatable. - ftCreated
The last time store was formatted. - ftLastModified
The last time partition table was modified. - dwAttributes
The store attributes, shown in the following list:- STORE_ATTRIBUTE_READONLY
- STORE_ATTRIBUTE_REMOVABLE
- STORE_ATTRIBUTE_UNFORMATTED
- STORE_ATTRIBUTE_AUTOFORMAT
- STORE_ATTRIBUTE_AUTOPART
- STORE_ATTRIBUTE_AUTOMOUNT
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Partition Manager OS Structures
Send Feedback on this topic to the authors