SPB_CONTROLLER_CONFIG_INIT function (spbcx.h)
The SPB_CONTROLLER_CONFIG_INIT function initializes an SPB_CONTROLLER_CONFIG structure.
Syntax
void SPB_CONTROLLER_CONFIG_INIT(
[out] SPB_CONTROLLER_CONFIG *Config
);
Parameters
[out] Config
A pointer to the SPB_CONTROLLER_CONFIG structure that is to be initialized.
Return value
None
Remarks
Your SPB controller driver must use this function to initialize an SPB_CONTROLLER_CONFIG structure before passing this structure as an input parameter to the SpbDeviceInitialize method. This method completes the initialization of the SPB framework extension (SpbCx).
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | spbcx.h |
IRQL | Any IRQL |