ReactOS 0.4.15-dev-7918-g2a2556c
__wine_debug_functions Struct Reference

#include <debug.h>

Collaboration diagram for __wine_debug_functions:

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)
 

Detailed Description

Definition at line 152 of file debug.h.

Member Data Documentation

◆ dbg_vlog

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.

◆ dbg_vprintf

int(* __wine_debug_functions::dbg_vprintf) (const char *format, va_list args)

Definition at line 158 of file debug.h.

◆ dbgstr_an

const char *(* __wine_debug_functions::dbgstr_an) (const char *s, int n)

Definition at line 156 of file debug.h.

◆ dbgstr_wn

const char *(* __wine_debug_functions::dbgstr_wn) (const WCHAR *s, int n)

Definition at line 157 of file debug.h.

◆ get_temp_buffer

char *(* __wine_debug_functions::get_temp_buffer) (size_t n)

Definition at line 154 of file debug.h.

◆ release_temp_buffer

void(* __wine_debug_functions::release_temp_buffer) (char *buffer, size_t n)

Definition at line 155 of file debug.h.


The documentation for this struct was generated from the following file: