ReactOS 0.4.15-dev-7958-gcd0bb1a
atltrace.h File Reference
#include "atldef.h"
Include dependency graph for atltrace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ATLTRACE(format, ...)   ((void)0)
 
#define ATLTRACE2   ATLTRACE
 
#define ATLTRACENOTIMPL(funcname)   return E_NOTIMPL
 

Macro Definition Documentation

◆ ATLTRACE

#define ATLTRACE (   format,
  ... 
)    ((void)0)

Definition at line 269 of file atltrace.h.

◆ ATLTRACE2

#define ATLTRACE2   ATLTRACE

Definition at line 273 of file atltrace.h.

◆ ATLTRACENOTIMPL

#define ATLTRACENOTIMPL (   funcname)    return E_NOTIMPL

Definition at line 281 of file atltrace.h.