次の方法で共有


NLedSetDevice (Compact 2013)

3/26/2014

This function is a pass through function to the notification LED drivers NLedDriverSetDevice function.

Syntax

BOOL WINAPI NLedSetDevice(
  UINT nDeviceId,
    PVOID 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

See Also

Reference

Notification LED Driver Functions
NLED_SETTINGS_INFO
NLedDriverSetDevice