PDO_TYPE enumeration (ehstorioctl.h)

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

Syntax

typedef enum _PDO_TYPE {
  PDO_TYPE_UNDEFINED,
  PDO_TYPE_DISK,
  PDO_TYPE_CONTROL,
  PDO_TYPE_SILO,
  PDO_TYPE_THIS
} PDO_TYPE;

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

Requirements

Requirement Value
Header ehstorioctl.h (include EhStorIoctl.h)

See also

IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS