MbbDeviceSendDeviceServiceSessionDataComplete function (mbbcx.h)

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

Syntax

void MbbDeviceSendDeviceServiceSessionDataComplete(
  WDFMEMORY Data,
  NTSTATUS  NtStatus
);

Parameters

Data

A WDFMEMORY object that contains data passed to the device.

NtStatus

An NTSTATUS value indicating the status of the send operation.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Target Platform Universal
Minimum KMDF version 1.27
Header mbbcx.h
Library mbbcxstub.lib
IRQL PASSIVE_LEVEL