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.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Header | ehstorioctl.h (include EhStorIoctl.h) |