Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This IOCTL is issued by VMINI to obtain one received Ethernet packet from VBridge.
The VMINI driver calls this I/O control via the KernelIoControl function.
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 |
See Also
Reference
VMINI IOCTLs
OEMIoControl
IOCTL_VBRIDGE_GET_RX_PACKET_COMPLETE