IOCTL_NDISUIO_SET_ETHER_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Header ntddndis.h, nuiouser.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IOCTL_NDISUIO_OPEN_DEVICE