Share via


OEMWriteDebugString (Compact 2013)

10/16/2014

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

See Also

Reference

Boot Loader Debug Functions
NKOutputDebugString
OEMInitDebugSerial
OEMReadDebugByte
OEMWriteDebugByte