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.
3/26/2014
This structure contains information about the type of a notification component (LED or vibrator).
Syntax
struct NLED_TYPE_INFO {
UINT LedNum;
NLED_LEDTYPE LedType;
} NLED_TYPE_INFO, *PNLED_TYPE_INFO;
Members
- LedNum
LED number. The first LED is zero (0).
- LedType
The type of the notification component. For valid values, see NLED_LEDTYPE.
Requirements
Header |
nled.h |