Share via


IOCTL_VBRIDGE_GET_RX_PACKET

This IOCTL is issued by VMINI to obtain one received Ethernet packet from VBridge. The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_VBRIDGE_GET_RX_PACKET.
  • lpInBuf
    Not used.
  • nInBufSize
    Not used.
  • lpOutBuf
    [out] Points to pointer–to–memory to receive pointer–to–memory containing one Ethernet packet received by VBridge.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    [in] Total packet size of the pointer written to lpOutBuf.

Return Values

TRUE if a packet is returned in lpOutBuf; otherwise, FALSE is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.

See Also

OEMIoControl | IOCTL_VBRIDGE_GET_RX_PACKET_COMPLETE

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.