IOCTL_VBRIDGE_802_3_MULTICAST_LIST
This IOCTL is used by VMINI to pass on the multicast addresses requested by NDIS through OID_802_3_MULTICAST_LIST. The OEMIoControl function calls this IOCTL.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
See Also
OID_802_3_MULTICAST_LIST | OEMIoControl
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.