SpbRequestGetTarget - NtDoc

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

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

NtDoc

No description available.

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

SpbRequestGetTarget function

Description

The SpbRequestGetTarget method retrieves the SPBTARGET handle from the specified I/O request.

Parameters

SpbRequest [in]

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

Return value

SpbRequestGetTarget returns an SPBTARGET handle to the target device on the bus for the specified I/O request.

Remarks

The returned SPBTARGET handle is guaranteed to remain valid until the corresponding I/O request is completed.

See also

SPBREQUEST

SPBTARGET