OEMWriteDebugString (Windows CE 5.0)
This function writes a string to the debug monitor port.
void OEMWriteDebugString(unsigned short* str );
Parameters
- str
[in] Pointer to the buffer containing the string.
Return Values
None.
Remarks
The kernel global data section is always initialized before the kernel calls OEMWriteDebugString.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
lpWriteDebugStringFunc | OEMInitDebugSerial | OEMReadDebugByte | OEMWriteDebugByte | Implementing the Serial Debug Functions
Send Feedback on this topic to the authors