StorPortInitializeListHead - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

VOID StorPortInitializeListHead(
  [in]  PVOID            HwDeviceExtension,
  [out] PSTOR_LIST_ENTRY ListHead
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportinitializelisthead)

StorPortInitializeListHead function

Description

The StorPortInitializeListHead routine initializes a STOR_LIST_ENTRY structure that represents the head of a doubly linked list.

Parameters

HwDeviceExtension [in]

A pointer to the hardware device extension for the host bus adapter (HBA).

ListHead [out]

Pointer to the STOR_LIST_ENTRY structure that represents the head of the list.

See also

InitializeListHead

StorPortInterlockedInsertHeadList

StorPortInterlockedInsertTailList

StorPortInterlockedRemoveHeadList