// spbcx.h
VOID SPB_CONTROLLER_CONFIG_INIT(
[out] SPB_CONTROLLER_CONFIG *Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The SPB_CONTROLLER_CONFIG_INIT function initializes an SPB_CONTROLLER_CONFIG structure.
Config [out]A pointer to the SPB_CONTROLLER_CONFIG structure that is to be initialized.
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).