OEMWriteDebugString
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.