STORAGE_ASSOCIATION_TYPE - NtDoc

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

typedef enum _STORAGE_ASSOCIATION_TYPE {
  StorageIdAssocDevice,
  StorageIdAssocPort,
  StorageIdAssocTarget
} STORAGE_ASSOCIATION_TYPE, *PSTORAGE_ASSOCIATION_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-storage_association_type)

Description

The STORAGE_ASSOCIATION_TYPE enumeration indicates whether a storage descriptor identifies a device or a port.

Constants

StorageIdAssocDevice

Indicates that the descriptor identifies a device.

StorageIdAssocPort

Indicates that the descriptor identifies a port.

StorageIdAssocTarget

Indicates that the descriptor identifies a target.

See also

STORAGE_IDENTIFIER