pWriteDebugLED (Windows Embedded CE 6.0)

1/5/2010

This function can be set by the OEM during OEMInit time to enable to write debug output to an LED.

This function is implemented by OEMs.

Syntax

VOID (*pWriteDebugLED)(
  WORD wIndex,
  DWORD dwPattern
);

Parameters

  • wIndex
    [in] Identifies the component of the OS.
  • dwPattern
    [in] Specifies the pattern sent to the LED.

Return Value

None.

Requirements

Header Developer Implemented
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the OEMInit Function

Reference

Optional OAL Functions
OEMInit