Name

OutputDebugStringA

Synopsis

Displays the specified string in a debugging window:

Public Declare Sub OutputDebugStringA Lib "kernel32" Alias "OutputDebugStringA" _
		(ByVal lpOutputString As String)

Parameters

lpOutputString

The string that will be sent to the debugger hooked up to the current application

Return Value

None

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.