Condividi tramite


Funzione StorPortInitializeListHead (storport.h)

La routine StorPortInitializeListHead inizializza una struttura STOR_LIST_ENTRY che rappresenta l'intestazione di un elenco collegato doubly.

Sintassi

void StorPortInitializeListHead(
  [in]  PVOID            HwDeviceExtension,
  [out] PSTOR_LIST_ENTRY ListHead
);

Parametri

[in] HwDeviceExtension

Puntatore all'estensione del dispositivo hardware per l'adattatore bus host (HBA).

[out] ListHead

Puntatore alla struttura STOR_LIST_ENTRY che rappresenta l'intestazione dell'elenco.

Valore restituito

nessuno

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Intestazione storport.h (include Storport.h)

Vedi anche

InitializeListHead

StorPortInterlockedInsertHeadList

StorPortInterlockedInsertTailList

StorPortInterlockedRemoveHeadList