SPB_CONNECTION_PARAMETERS_INIT - NtDoc

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

VOID SPB_CONNECTION_PARAMETERS_INIT(
  [out] SPB_CONNECTION_PARAMETERS *Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SPB_CONNECTION_PARAMETERS_INIT function

Description

The SPB_CONNECTION_PARAMETERS_INIT function initializes an SPB_CONNECTION_PARAMETERS structure.

Parameters

Parameters [out]

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

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.

See also

SPB_CONNECTION_PARAMETERS

SpbTargetGetConnectionParameters