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.
Specifies the form factor of a device.
Syntax
typedef enum _STORAGE_DEVICE_FORM_FACTOR {
FormFactorUnknown = 0,
FormFactor3_5,
FormFactor2_5,
FormFactor1_8,
FormFactor1_8Less,
FormFactorEmbedded,
FormFactorMemoryCard,
FormFactormSata,
FormFactorM_2,
FormFactorPCIeBoard,
FormFactorDimm
} STORAGE_DEVICE_FORM_FACTOR, *PSTORAGE_DEVICE_FORM_FACTOR;
Constants
FormFactorUnknownValue: 0 |
FormFactor3_53.5-inch nominal form factor. |
FormFactor2_52.5-inch nominal form factor. |
FormFactor1_81.8-inch nominal form factor. |
FormFactor1_8LessLess than 1.8-inch nominal form factor. |
FormFactorEmbeddedEmbedded on board. |
FormFactorMemoryCardMemory card such as SD, CF. |
FormFactormSatamSATA |
FormFactorM_2M.2 |
FormFactorPCIeBoardPCIe card plug into slot. |
FormFactorDimmDIMM slot. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | winioctl.h (include Windows.h) |