dmz_debug

The dmz_debug outputs a debug message to the screen.

void dmz_debug (

char* msg,

HWND hwnd

);

 

Return Values

none

 

Parameters

msg

null-terminated string containing message to output

hwnd

handle to the window in which to write message

 

Remarks

Ignored when NDEBUG macro is defined.

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:26 by afedosov