PDO_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ehstorioctl-_pdo_state)

_PDO_STATE enumeration

Description

This enumeration describes the states of Physical Device Objects (PDOs).

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.