// ehstorioctl.h
typedef enum _PDO_STATE {
PDO_STATE_UNDEFINED,
PDO_STATE_STARTED,
PDO_STATE_NOT_STARTED
} PDO_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration describes the states of Physical Device Objects (PDOs).
PDO_STATE_UNDEFINEDThis value indicates that the PDO state is undefined.
PDO_STATE_STARTEDThis value indicates that the PDO is started.
PDO_STATE_NOT_STARTEDThis value indicates that the PDO is not started.