Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The StorPortInitializeListHead routine initializes a STOR_LIST_ENTRY structure that represents the head of a doubly linked list.
Syntax
void StorPortInitializeListHead(
[in] PVOID HwDeviceExtension,
[out] PSTOR_LIST_ENTRY ListHead
);
Parameters
[in] HwDeviceExtension
A pointer to the hardware device extension for the host bus adapter (HBA).
[out] ListHead
Pointer to the STOR_LIST_ENTRY structure that represents the head of the list.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | storport.h (include Storport.h) |
See also
StorPortInterlockedInsertHeadList