Share via


IOCTL_VBRIDGE_GET_TX_PACKET

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL is used by VMINI to obtain one transmit buffer from VBridge.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] IOCTL_VBRIDGE_GET_TX_PACKET.
  • lpInBuf
    [in] Not used.
  • nInBufSize
    [in] Set to the size of buffer required.

    Pointer to this amount of memory is then returned in lpOutBuf.

  • lpOutBuf
    [in] For successful call will point to the contiguous memory of size nInBufSize.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    Not used.

Return Values

Successful calls return a contiguous buffer in lpOutBuf of size nInBufSize.

Remarks

VMINI will then fill up the buffer and returns the transmit buffer to VBridge through IOCTL_VBRIDGE_GET_TX_PACKET_COMPLETE.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

OEMIoControl
IOCTL_VBRIDGE_GET_TX_PACKET_COMPLETE