Desktop Functions: Smart Device Functions:
|
OutputDebugString (kernel32)
Sends a string to the debugger for display. C# Signature:
[DllImport("kernel32.dll")] VB.NET Signature:
<DllImport("kernel32.dll")> _ OR (as in VB 6)
Public Declare Sub OutputDebugString Lib "kernel32" Alias _ User-Defined Types:None. Notes:None. Tips & Tricks:Get DebugView here (http://www.sysinternals.com/Utilities/DebugView.html) to display the output of OutputDebugString. Please add some! Sample Code:Please add some! Alternative Managed API:System.Diagnostics.Debugger.Log Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|