SPB_TRANSFER_LIST_INIT - NtDoc

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

VOID SPB_TRANSFER_LIST_INIT(
  [out] SPB_TRANSFER_LIST *TransferList,
  [in]  ULONG             TransferCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-spb-spb_transfer_list_init)

SPB_TRANSFER_LIST_INIT function

Description

The SPB_TRANSFER_LIST_INIT function initializes an SPB_TRANSFER_LIST structure.

Parameters

TransferList [out]

A pointer to the SPB_TRANSFER_LIST structure that is to be initialized.

TransferCount [in]

The number of entries in the transfer list. The function writes this value to the TransferCount member of the SPB_TRANSFER_LIST structure.

Remarks

To initialize the elements in the SPB_TRANSFER_LIST structure's Transfers array, use the SPB_TRANSFER_LIST_ENTRY_INIT_SIMPLE, SPB_TRANSFER_LIST_ENTRY_INIT_NON_PAGED, or SPB_TRANSFER_LIST_ENTRY_INIT_BUFFER_LIST function.

See also