PDO_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ehstorioctl.h

typedef enum _PDO_TYPE {
  PDO_TYPE_UNDEFINED,
  PDO_TYPE_DISK,
  PDO_TYPE_CONTROL,
  PDO_TYPE_SILO,
  PDO_TYPE_THIS
} PDO_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PDO_TYPE enumeration

Description

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

Constants

PDO_TYPE_UNDEFINED

Types either enumerated or provided as filter parameter to IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS

PDO_TYPE_DISK

This value indicates the PDO is for a logical disk device.

PDO_TYPE_CONTROL

This value indicates the PDO is for a logical control device.

PDO_TYPE_SILO

This value indicates the PDO is for a logical silo device.

PDO_TYPE_THIS

See also

IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS