SPB_REQUEST_PARAMETERS_INIT function (spbcx.h)
The SPB_REQUEST_PARAMETERS_INIT function initializes an SPB_REQUEST_PARAMETERS structure.
Syntax
void SPB_REQUEST_PARAMETERS_INIT(
[out] SPB_REQUEST_PARAMETERS *Parameters
);
Parameters
[out] Parameters
A pointer to the SPB_REQUEST_PARAMETERS structure that is to be initialized.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | spbcx.h |
IRQL | Any IRQL |