SPB_CONNECTION_PARAMETERS_INIT function (spbcx.h)
The SPB_CONNECTION_PARAMETERS_INIT function initializes an SPB_CONNECTION_PARAMETERS structure.
Syntax
void SPB_CONNECTION_PARAMETERS_INIT(
[out] SPB_CONNECTION_PARAMETERS *Parameters
);
Parameters
[out] Parameters
A pointer to the SPB_CONNECTION_PARAMETERS structure that is to be initialized.
Return value
None
Remarks
Your SPB controller driver must use this function to initialize an SPB_CONNECTION_PARAMETERS structure before passing this structure as an output parameter to the SpbTargetGetConnectionParameters method. This method writes the connection parameters for a target device on the bus to this structure.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | spbcx.h |
IRQL | Any IRQL |