SPB_REQUEST_PARAMETERS_INIT - NtDoc

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

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

NtDoc

No description available.

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

SPB_REQUEST_PARAMETERS_INIT function

Description

The SPB_REQUEST_PARAMETERS_INIT function initializes an SPB_REQUEST_PARAMETERS structure.

Parameters

Parameters [out]

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

Remarks

Your SPB controller driver must use this function to initialize an SPB_REQUEST_PARAMETERS structure before passing this structure as an output parameter to the SpbRequestGetParameters method. This method writes the SPB-specific parameters from an I/O request to this structure.

See also

SPB_REQUEST_PARAMETERS

SpbRequestGetParameters