@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: http://msdn.microsoft.com/en-us/library/ee488771.aspx
Edit coredll.NKDbgPrintfW
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.