MbbRequestComplete function (mbbcx.h)
Client drivers call the MbbRequestComplete method to complete a specified request for sending an MBIM control message to the device.
Syntax
void MbbRequestComplete(
MBBREQUEST Request,
NTSTATUS NtStatus
);
Parameters
Request
A handle to the framework request object passed in from the EvtMbbDeviceSendMbimFragment callback function.
NtStatus
An NTSTATUS value that represents the completion status of the request.
Return value
None
Remarks
This method must only be used to complete requests from the EvtMbbDeviceSendMbimFragment callback function.
To complete the request from the EvtMbbDeviceReceiveMbimFragment callback function, the client driver must call the MbbRequestCompleteWithInformation method.
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 | <= DISPATCH_LEVEL |