Go to the source code of this file.
|
LIB_API void | wdbg_printf (const wchar_t *fmt,...) |
| same as debug_printf except that some type conversions aren't supported (in particular, no floating point) and output is limited to 1024+1 characters. More...
|
|
similar to ENSURE but safe to use during critical init or while under the heap or dbghelp locks.
Definition at line 43 of file wdbg.h.
LIB_API void wdbg_printf |
( |
const wchar_t * |
fmt, |
|
|
|
... |
|
) |
| |
same as debug_printf except that some type conversions aren't supported (in particular, no floating point) and output is limited to 1024+1 characters.
this function does not allocate memory from the CRT heap, which makes it safe to use from an allocation hook.
Definition at line 101 of file wdbg.cpp.