mb_register_trace_window

Previous  Next

 

status_t mb_register_trace_window( mb_interpreter_t* s, handle_t hWnd )

 


 

This will register a trace window.  A trace window is used to catch and display trace messages send by using the TRACE statement or mb_send_trace_message.

 

Example

 

mb_register_trace_window( m_bas, m_hTraceWindow );