lpWriteDebugByteFunc (Windows Embedded CE 6.0)
1/5/2010
This function is defined in the kernel and points to the OEMWriteDebugByte function by default.
Syntax
void (*lpWriteDebugByteFunc)(
BYTE ch
);
Parameters
- ch
[in] Byte of data that is to be sent.
Return Value
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
Header | nkintr.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Other OAL Functions
lpReadDebugByteFunc
OEMWriteDebugByte