ReactOS 0.4.16-dev-125-g798ea90
|
#include <debug.h>
Public Attributes | |
char *(* | get_temp_buffer )(size_t n) |
void(* | release_temp_buffer )(char *buffer, size_t n) |
const char *(* | dbgstr_an )(const char *s, int n) |
const char *(* | dbgstr_wn )(const WCHAR *s, int n) |
int(* | dbg_vprintf )(const char *format, va_list args) |
int(* | dbg_vlog )(enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *file, const char *function, const int line, const char *format, va_list args) |
int(* __wine_debug_functions::dbg_vlog) (enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *file, const char *function, const int line, const char *format, va_list args) |
Definition at line 159 of file debug.h.
Referenced by CmdTrace().