SPB_TRANSFER_DESCRIPTOR_INIT - NtDoc

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

VOID SPB_TRANSFER_DESCRIPTOR_INIT(
  [out] SPB_TRANSFER_DESCRIPTOR *Descriptor
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-spbcx-spb_transfer_descriptor_init)

SPB_TRANSFER_DESCRIPTOR_INIT function

Description

The SPB_TRANSFER_DESCRIPTOR_INIT function initializes an SPB_TRANSFER_DESCRIPTOR structure.

Parameters

Descriptor [out]

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

Remarks

Your SPB controller driver must use this function to initialize an SPB_TRANSFER_DESCRIPTOR structure before passing this structure as an output parameter to the SpbRequestGetTransferParameters method. This method writes the transfer parameters for an individual transfer in an I/O transfer sequence to this structure.

See also

SPB_TRANSFER_DESCRIPTOR

SpbRequestGetTransferParameters