Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
8/28/2008
The NDIS User-mode I/O (NDISUIO) driver is a protocol driver that supports sending and receiving Ethernet frames using ReadFile and WriteFile. NDISUIO gains access to NDIS devices and processes through IOCTL_NDISUIO_OPEN_DEVICE, and receives only those frames that have an NDIS_MEDIUM type of NdisMedium802_3.
As a protocol driver, NDISUIO illustrates how to establish bindings to Ethernet network controllers, how to set a packet filter, and how to send and receive data.
The following list shows some of the ways you can use an NDISUIO driver:
Please sign in to use this experience.
Sign in