PDO_STATE enumeration (ehstorioctl.h)
This enumeration describes the states of Physical Device Objects (PDOs).
Syntax
typedef enum _PDO_STATE {
PDO_STATE_UNDEFINED,
PDO_STATE_STARTED,
PDO_STATE_NOT_STARTED
} PDO_STATE;
Constants
PDO_STATE_UNDEFINED This value indicates that the PDO state is undefined. |
PDO_STATE_STARTED This value indicates that the PDO is started. |
PDO_STATE_NOT_STARTED This value indicates that the PDO is not started. |
Requirements
Requirement | Value |
---|---|
Header | ehstorioctl.h (include EhStorIoctl.h) |