Share via


FLASH_PARTITION_CREATE_INFO (Compact 2013)

3/26/2014

This structure is the input structure for IOCTL_FLASH_CREATE_PARTITION.

Syntax

typedef struct __FLASH_PARTITION_CREATE_INFO {
  ULONG RegionIndex;
  WCHAR PartitionName[FLASH_PARTITION_NAME_LENGTH];
  ULONGLONG LogicalBlockCount;
  ULONG PartitionFlags;
  FILETIME CreationTime;
  ULONG PartitionType;
  GUID PartitionGuid;
} FLASH_PARTITION_CREATE_INFO;

Members

  • RegionIndex
    Region index to create new partition in.
  • PartitionName
    Unique name of the partition.
  • LogicalBlockCount
    Number of logical blocks in the partition.
  • PartitionFlags
    Bitmask describing the properties of this region.
  • CreationTime
    Creation time of the partition.
  • PartitionType
    The partition type used to determine the appropriate file system to mount.
  • PartitionGuid
    GUID used to identify the partition. This value is not currently used.

Requirements

Header

FlashMdd.h

See Also

Reference

Flash Driver MDD Structures