Share via


PD_STOREINFO (Windows Embedded CE 6.0)

1/6/2010

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 to sizeof(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

See Also

Reference

Partition Manager Structures