MbbDeviceSendDeviceServiceSessionDataComplete - NtDoc

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

VOID MbbDeviceSendDeviceServiceSessionDataComplete(
  WDFMEMORY Data,
  NTSTATUS  NtStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mbbcx-mbbdevicesenddeviceservicesessiondatacomplete)

MbbDeviceSendDeviceServiceSessionDataComplete function

Description

The MbbDeviceSendServiceSessionDataComplete method frees memory previously allocated by MBBCx for device service session data sent to the device.

Parameters

Data

A WDFMEMORY object that contains data passed to the device.

NtStatus

An NTSTATUS value indicating the status of the send operation.

Remarks

Client drivers must call this method from within the EvtMbbDeviceSendServiceSessionData callback function after they have sent the DSS data to the device.

See also