SPB_CONTROLLER_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// spbcx.h

VOID SPB_CONTROLLER_CONFIG_INIT(
  [out] SPB_CONTROLLER_CONFIG *Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-spbcx-spb_controller_config_init)

SPB_CONTROLLER_CONFIG_INIT function

Description

The SPB_CONTROLLER_CONFIG_INIT function initializes an SPB_CONTROLLER_CONFIG structure.

Parameters

Config [out]

A pointer to the SPB_CONTROLLER_CONFIG structure that is to be initialized.

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).

See also

SPB_CONTROLLER_CONFIG

SpbDeviceInitialize