![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Debugging code. More...
Go to the source code of this file.
Functions | |
int __stdcall | winx_debug_print (char *string) |
Delivers a message to the DbgView program. | |
void | winx_init_synch_objects (void) |
Initializes the synchronization objects used in the debugging routines. | |
void | winx_destroy_synch_objects (void) |
Destroys the synchronization objects used in the debugging routines. | |
void __cdecl | winx_dbg_print (char *format,...) |
DbgPrint() native equivalent. | |
char *__stdcall | winx_get_error_description (unsigned long status) |
Retrieves a human readable explaination of the NT status code. | |
void __cdecl | winx_dbg_print_ex (unsigned long status, char *format,...) |
Delivers an error message to the DbgView program. |
Debugging code.
Definition in file dbg.c.