enumerazione STORAGE_ASSOCIATION_TYPE (ntddstor.h)
L'enumerazione STORAGE_ASSOCIATION_TYPE indica se un descrittore di archiviazione identifica un dispositivo o una porta.
Sintassi
typedef enum _STORAGE_ASSOCIATION_TYPE {
StorageIdAssocDevice,
StorageIdAssocPort,
StorageIdAssocTarget
} STORAGE_ASSOCIATION_TYPE, *PSTORAGE_ASSOCIATION_TYPE;
Costanti
StorageIdAssocDevice Indica che il descrittore identifica un dispositivo. |
StorageIdAssocPort Indica che il descrittore identifica una porta. |
StorageIdAssocTarget Indica che il descrittore identifica una destinazione. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione | ntddstor.h |