Condividi tramite


struttura STOR_SCATTER_GATHER_ELEMENT (storport.h)

La struttura STOR_SCATTER_GATHER_ELEMENT viene usata con STOR_SCATTER_GATHER_LIST per creare un elenco di elementi a dispersione/raccolta.

Sintassi

typedef struct _STOR_SCATTER_GATHER_ELEMENT {
  STOR_PHYSICAL_ADDRESS PhysicalAddress;
  ULONG                 Length;
  ULONG_PTR             Reserved;
} STOR_SCATTER_GATHER_ELEMENT, *PSTOR_SCATTER_GATHER_ELEMENT;

Members

PhysicalAddress

Contiene l'indirizzo fisico dell'elemento scatter/gather.

Length

Contiene la lunghezza in byte di questo elemento a dispersione/raccolta.

Reserved

Riservato.

Commenti

I driver Miniport usati con il driver Storport recuperano una matrice di queste strutture usando StorPortGetScatterGatherList.

Requisiti

Requisito Valore
Intestazione storport.h (include Storport.h)

Vedi anche

STOR_SCATTER_GATHER_LIST

StorPortGetScatterGatherList