SpbRequestGetController - NtDoc

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

WDFDEVICE SpbRequestGetController(
  [in] SPBREQUEST SpbRequest
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SpbRequestGetController function

Description

The SpbRequestGetController method returns the WDFDEVICE handle to the device object for the SPB controller that the specified I/O request was sent to.

Parameters

SpbRequest [in]

The SPBREQUEST handle to the I/O request from which to retrieve the WDFDEVICE handle. The SPB controller driver previously received this handle through one of its registered event callback functions.

Return value

SpbRequestGetController returns the WDFDEVICE handle that the I/O request was sent to.

See also

SPBREQUEST