pWriteDebugLED (Windows CE 5.0)
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.
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.
Link Library: Coredll.lib.
See Also
OEMInit | Implementing the OEMInit Function
Send Feedback on this topic to the authors