IOCTL_VBRIDGE_802_3_MULTICAST_LIST (Windows Embedded CE 6.0)
1/5/2010
This IOCTL is used by VMINI to pass on the multicast addresses requested by NDIS through OID_802_3_MULTICAST_LIST.
The VMINI driver calls this I/O control via the KernelIoControl function.
Parameters
- dwIoControlCode
[in] Set to IOCTL_VBRIDGE_802_3_MULTICAST_LIST.
- lpInBuf
[in] Points to memory location containing the list of multicast addresses to be applied to the debug Ethernet controller.
- nInBufSize
[in] Length of buffer pointed to by lpInBuf.
- lpOutBuf
Not used.
- nOutBufSize
Not used.
- lpBytesReturned
Not used.
Return Values
None.
Requirements
Header | pkfuncs.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |