Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is defined in the kernel and points to the OEMReadDebugByte function by default.
int (*lpReadDebugByteFunc)(void);
Parameters
None.
Return Values
Returns the following:
- The data byte, if available
- OEM_DEBUG_COM_ERROR, if an error is detected
- OEM_DEBUG_READ_NODATA, if no data is available at the port
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
lpWriteDebugByteFunc | OEMReadDebugByte | SetKernelCommDev
Send Feedback on this topic to the authors