StorPortInitializeListHead function (storport.h)
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