// ehstorioctl.h
typedef enum _PDO_TYPE {
PDO_TYPE_UNDEFINED,
PDO_TYPE_DISK,
PDO_TYPE_CONTROL,
PDO_TYPE_SILO,
PDO_TYPE_THIS
} PDO_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration describes the types of Physical Device Objects (PDOs).
PDO_TYPE_UNDEFINEDTypes either enumerated or provided as filter parameter to IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS
PDO_TYPE_DISKThis value indicates the PDO is for a logical disk device.
PDO_TYPE_CONTROLThis value indicates the PDO is for a logical control device.
PDO_TYPE_SILOThis value indicates the PDO is for a logical silo device.
PDO_TYPE_THISIOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS