NLedSetDevice
Other versions of this page are also available for the following:
8/28/2008
This function is a pass through function to the notification LED drivers NLedDriverSetDevice function.
Syntax
BOOL WINAPI NLedSetDevice(
UINT nDeviceId,
void* pInput
);
Parameters
- nDeviceId
[in] Integer that specifies what information to set. You can set it to NLED_SETTINGS_INFO_ID to indicate that the pInput buffer contains information about the current settings for the notification LED.
- pInput
[in] Pointer to the buffer that contains the NLED_SETTINGS_INFO structure. This structure contains the new settings for the notification LED.
Requirements
Header | nled.h |
Library | coredll.dll |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
NLED_SETTINGS_INFO
NLedDriverSetDevice