IOCTL_VBRIDGE_GET_RX_PACKET (Windows CE 5.0)

Send Feedback

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

Returns TRUE if a packet is returned in lpOutBuf. Otherwise, returns FALSE.

Requirements

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

See Also

OEMIoControl | IOCTL_VBRIDGE_GET_RX_PACKET_COMPLETE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.