OEMWriteDebugString
Other versions of this page are also available for the following:
8/27/2008
This function writes a string to the debug monitor port.
Syntax
void OEMWriteDebugString(
unsigned short* str
);
Parameters
- str
[in] Pointer to the buffer containing the string.
Return Value
None.
Remarks
The kernel global data section is always initialized before the kernel calls OEMWriteDebugString.
Requirements
Header | nkintr.h |
Library | Nk.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Tasks
Implementing the Serial Debug Functions
Reference
lpWriteDebugStringFunc
OEMInitDebugSerial
OEMReadDebugByte
OEMWriteDebugByte