MbbRequestGetBuffer - NtDoc

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

PVOID MbbRequestGetBuffer(
  MBBREQUEST Request,
  size_t     *BufferSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

MbbRequestGetBuffer function

Description

The client driver calls the MbbRequestGetBuffer method to get the memory location where an MBIM control message is stored or should be stored.

Parameters

Request

A 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.

BufferSize

A pointer to the location that receives the size, in bytes, of the MBIM control message fragment.

Return value

Returns a pointer to the memory location where the MBIM message is stored:

Remarks

For more information, see Handling MBIM control messages.

See also