STORAGE_MINIPORT_DESCRIPTOR struttura (winioctl.h)

Riservato per l'utilizzo nel sistema.

Sintassi

typedef struct _STORAGE_MINIPORT_DESCRIPTOR {
  DWORD                 Version;
  DWORD                 Size;
  STORAGE_PORT_CODE_SET Portdriver;
  BOOLEAN               LUNResetSupported;
  BOOLEAN               TargetResetSupported;
  WORD                  IoTimeoutValue;
  BOOLEAN               ExtraIoInfoSupported;
  union {
    struct {
      BYTE LogicalPoFxForDisk : 1;
      BYTE ForwardIo : 1;
      BYTE Reserved : 6;
    } DUMMYSTRUCTNAME;
    BYTE AsBYTE;
  } Flags;
#if ...
  BYTE                  Reserved0[2];
#else
  BYTE                  Reserved0[3];
#endif
  DWORD                 Reserved1;
} STORAGE_MINIPORT_DESCRIPTOR, *PSTORAGE_MINIPORT_DESCRIPTOR;

Members

Version

Contiene le dimensioni di questa struttura, in byte. Il valore di questo membro verrà modificato quando i membri vengono aggiunti alla struttura.

Size

Specifica la dimensione totale dei dati restituiti, in byte. Questo può includere dati che seguono questa struttura.

Portdriver

Tipo di driver di porta come enumerato dall'enumerazione STORAGE_PORT_CODE_SET .

Valore Significato
StoragePortCodeSetReserved
0
Indica un tipo di driver dell'adattatore di archiviazione sconosciuto.
StoragePortCodeSetStorport
1
Il driver dell'adattatore di archiviazione è un driver Storport-miniport.
StoragePortCodeSetSCSIport
2
Il driver della scheda di archiviazione è un driver porta SCSI.

LUNResetSupported

Indica se è supportata una reimpostazione LUN.

TargetResetSupported

Indica se è supportata una reimpostazione di destinazione.

IoTimeoutValue

ExtraIoInfoSupported

Flags

Flags.DUMMYSTRUCTNAME

Flags.DUMMYSTRUCTNAME.LogicalPoFxForDisk

Flags.DUMMYSTRUCTNAME.ForwardIo

Flags.DUMMYSTRUCTNAME.Reserved

Flags.AsBYTE

Reserved0[2]

Reserved0[3]

Reserved1

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione winioctl.h (include Windows.h)

Vedi anche

Strutture di gestione dei dischi

STORAGE_PORT_CODE_SET