// mbbcx.h
VOID MbbDeviceSendDeviceServiceSessionDataComplete(
WDFMEMORY Data,
NTSTATUS NtStatus
);
View the official Windows Driver Kit DDI referenceNo description available.
The MbbDeviceSendServiceSessionDataComplete method frees memory previously allocated by MBBCx for device service session data sent to the device.
DataA WDFMEMORY object that contains data passed to the device.
NtStatusAn NTSTATUS value indicating the status of the send operation.
Client drivers must call this method from within the EvtMbbDeviceSendServiceSessionData callback function after they have sent the DSS data to the device.