This topic has not yet been rated - Rate this topic

STORAGE_ASSOCIATION_TYPE enumeration

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

Syntax


typedef enum _STORAGE_ASSOCIATION_TYPE { 
  StorageIdAssocDevice  = 0,
  StorageIdAssocPort    = 1,
  StorageIdAssocTarget  = 2
} STORAGE_ASSOCIATION_TYPE, *PSTORAGE_ASSOCIATION_TYPE;

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.

Requirements

Header

Ntddstor.h (include Ntddstor.h)

See also

STORAGE_IDENTIFIER

 

 

Send comments about this topic to Microsoft

Build date: 5/17/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.