Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - outputdebugstring() displays a debugging msg at microsoft dbwin.exe http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OutputDebugString()    Displays a debugging msg at Microsoft dbwin.exe
--------------------------------------------------------------------------------

   Syntax:              OutputDebugWindow( <cText> ) --> nil

   Parameters:

   <cText>              A text to display of the Microsoft dbwin.exe
                        debugging monitor utility. Microsoft provides this
                        small dbwin.exe utility to help tracing several
                        Windows API operations.

   Returns:             nil.

   Comments:            Some Windows API can not be interrupted, this
                        is why dbwin.exe is extremelly usefull to trace
                        some sections of the activity of our application.

                        DbWin.exe must be loaded before we can use
                        OutputDebugInfo().

                        FiveWin also supplies this function from low level
                        C source code, so we can use it from our own C
                        routines.

   Sample:              // Load Microsoft DbWin.exe first!
                        OutputDebugInfo( "Hello world!" )

   Source code:         Not provided.


See Also: MsgInfo() MsgAlert() MsgStop()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson