Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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) |