Share via


lpWriteDebugByteFunc (Windows CE 5.0)

Send Feedback

This function is defined in the kernel and points to the OEMWriteDebugByte function by default.

void (*lpWriteDebugByteFunc)(BYTE ch);

Parameters

  • ch
    [in] Byte of data that is to be sent.

Return Values

None.

Remarks

If the CESH kernel service is redirected using SetKernelCommDev, the kernel modifies this pointer to point to a function that formats data appropriately for the specified transport.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Coredll.lib.

See Also

lpReadDebugByteFunc | OEMWriteDebugByte | SetKernelCommDev

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.