NKDbgPrintfW (coredll)
Last changed: anonymous

.
Summary
Add serial debug prints under Windows CE

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern void NKDbgPrintfW(string str);

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Use String.Format() to create the string before sending it to the native API to avoid the multiple vars version of the native function.

Documentation