WriteDebugLED (Windows CE 5.0)

Send Feedback

This function lets an application send debug events to an OEM-supplied LED.

void WriteDebugLED(WORD wIndex,DWORD dwPattern);

Parameters

  • wIndex
    [in] Component of the OS. The OS reserves a range of indexes for its components. An OEM can use values from 0 to MAX_OEM_LEDINDEX.
  • dwPattern
    [in] Pattern sent to the LED.

Remarks

An OEM must implement the underlying architecture to support this application level API call.

For more information, see the SDK provided by the manufacturer of your target device.

Requirements

OS Versions: Windows CE 2.12 and later.
Header: Dbgapi.h.
Link Library: Coredll.lib.

See Also

Debugging Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.