NLED_COUNT_INFO

This structure contains information about the number of notification LEDs for the system.

struct NLED_COUNT_INFO {
  UINT cLeds; 
};

Members

  • cLeds
    Count of LEDs for the system.

Remarks

A device usually has one notification LED, although multiple notification devices, LEDs or others, are allowed. For example, multiple notification devices would be appropriate if you want users to be able to select between notification by a blinking LED or by a vibrating buzzer, as is typical with pagers.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Nled.h.

See Also

Notification LED Drivers | Implementing Notifications

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.