// spbcx.h
VOID SPB_REQUEST_PARAMETERS_INIT(
[out] SPB_REQUEST_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The SPB_REQUEST_PARAMETERS_INIT function initializes an SPB_REQUEST_PARAMETERS structure.
Parameters [out]A pointer to the SPB_REQUEST_PARAMETERS structure that is to be initialized.
Your SPB controller driver must use this function to initialize an SPB_REQUEST_PARAMETERS structure before passing this structure as an output parameter to the SpbRequestGetParameters method. This method writes the SPB-specific parameters from an I/O request to this structure.