Partager via


pWriteDebugLED

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

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.

See Also

OEMInit | Implementing the OEMInit Function

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.