IOCTL_VBRIDGE_GET_RX_PACKET
Other versions of this page are also available for the following:
8/27/2008
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
Header | pkfuncs.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |