IOCTL_NDISUIO_SET_ETHER_TYPE (Windows CE 5.0)

Send Feedback

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

IOCTL_NDISUIO_OPEN_DEVICE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.