OEMWriteDebugString (Windows Embedded CE 6.0)

1/5/2010

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 OEMMain.lib or OEMMain_StaticKITL.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Implementing the Serial Debug Functions

Reference

Boot Loader Debug Functions
lpWriteDebugStringFunc
OEMInitDebugSerial
OEMReadDebugByte
OEMWriteDebugByte