NLedSetDevice (Windows Embedded CE 6.0)
1/6/2010
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 |
See Also
Reference
Notification LED Driver Functions
NLED_SETTINGS_INFO
NLedDriverSetDevice