NLedSetDevice

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 is to be 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

Notification LED Drivers | NLED_SETTINGS_INFO | NLedDriverSetDevice

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.