NLedSetDevice (Windows CE 5.0)

Send Feedback

This function is a pass through function to the GWES NLedDriverSetDevice function.

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
    [out] Pointer to the buffer that contains the NLED_SETTINGS_INFO structure. This structure contains the new settings for the notification LED.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Pwinuser.h.
Link Library: Coredll.dll.

See Also

Graphics and Multimedia Technologies | NLED_SETTINGS_INFO | NLedDriverSetDevice

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.