// spb.h
VOID SPB_TRANSFER_LIST_INIT(
[out] SPB_TRANSFER_LIST *TransferList,
[in] ULONG TransferCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The SPB_TRANSFER_LIST_INIT function initializes an SPB_TRANSFER_LIST structure.
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.
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.