IOCTL_NDISUIO_REQUEST_NOTIFICATION (Windows CE 5.0)

Send Feedback

This IOCTL allows the application to get adapter-related notifications.

Parameters

  • lpInBuffer
    [in] Points to the NDISUIO_REQUEST_NOTIFICATION structure.
  • nInBufferSize
    [in] Should be the size of the NDISUIO_REQUEST_NOTIFICATION structure.

Remarks

The dwNotificationType member in the NDISUIO_REQUEST_NOTIFICATION structure should be the union of the flags set in that structure.

The application should then wait for the notification, which will be triggered by NDISUIO when the requested event occurs.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Nuiouser.h, Ntddndis.h.

See Also

Core OS Reference | RequestDeviceNotifications | IOCTL_NDISUIO_CANCEL_NOTIFICATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.