// mbbcx.h
PVOID MbbRequestGetBuffer(
MBBREQUEST Request,
size_t *BufferSize
);
View the official Windows Driver Kit DDI referenceNo description available.
The client driver calls the MbbRequestGetBuffer method to get the memory location where an MBIM control message is stored or should be stored.
RequestA handle to the framework object which represents a request from MBBCx framework, either to send a MBIM control command message to the device or to receive an MBIM control response message from the device.
BufferSizeA pointer to the location that receives the size, in bytes, of the MBIM control message fragment.
Returns a pointer to the memory location where the MBIM message is stored:
For more information, see Handling MBIM control messages.