IOCTL_NDISUIO_SET_ETHER_TYPE
This IOCTL allows the application to set the type of Ethernet packet for NDISUIO to filter. By default, the NDISUIO only queues for Ethernet type 0x8001 in the Ethernet header of the received packets.
Parameters
- lpInBuffer
[in] Points to the USHORT buffer containing the new Ethernet type. - nInBufferSize
[in] Size, in bytes, of lpInBuffer. Should be the size of USHORT.
Remarks
Only an application that has successfully performed IOCTL_NDISUIO_OPEN_DEVICE is allowed to perform IOCTL_NDISUIO_SET_ETHER_TYPE.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nuiouser.h, Ntddndis.h.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.