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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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 |
| Windows Embedded CE | Windows CE .NET 4.0 and later |