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.
1/6/2010
This structure is the output structure for IOCTL_FLASH_PDD_GET_IDENTITY_INFO.
Syntax
typedef struct __FLASH_IDENTITY_INFO {
CHAR ManufacturerId[MAX_FLASH_MANUFACTURER_ID_CHARS];
CHAR SerialNumber[MAX_FLASH_SERIAL_NUMBER_CHARS];
} FLASH_IDENTITY_INFO;
Members
- ManufacturerId
An ASCII string describing the manufacturer ID, terminated with a NULL character.
- SerialNumber
An ASCII string containing a unique serial number for the storage device, terminated with a NULL character.
Requirements
| Header | FlashPdd.h |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |