Microsoft Windows CE 3.0  

NLED_COUNT_INFO

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

struct NLED_COUNT_INFO {
UINT
cLeds
; };

Members

cLeds
Specifies the 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.

Implement this GWES data structure as part of porting native device drivers.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Nled.h    
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.