IOCTL_NDISUIO_REQUEST_NOTIFICATION

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

Parameters

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

Remarks

The dwNotificationType member in the NDISUIO_DEVICE_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 Interface | RequestDeviceNotifications | NDISUIO_DEVICE_NOTIFICATION | IOCTL_NDISUIO_CANCEL_NOTIFICATION

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.