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 la scheda bus host (HBA).
[out] ListHead
Puntatore alla struttura STOR_LIST_ENTRY che rappresenta l'intestazione dell'elenco.
Valore restituito
Nessuno
Fabbisogno
Requisito | Valore |
---|---|
piattaforma di destinazione | Universale |
intestazione | storport.h (include Storport.h) |
Vedere anche
StorPortInterlockedInsertHeadList