ReactOS 0.4.15-dev-7934-g1dc8d80
win32kdebug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DBG_GET_PPI
 
#define DBG_DEFAULT_CHANNEL(x)
 
#define DBG_ENABLE_CHANNEL(ppi, ch, level)
 
#define DBG_DISABLE_CHANNEL(ppi, ch, level)
 
#define DBG_IS_CHANNEL_ENABLED(ppi, ch, level)
 
#define DBG_PRINT(ppi, ch, level)
 
#define ERR(fmt, ...)
 
#define FIXME(fmt, ...)
 
#define WARN(fmt, ...)
 
#define TRACE(fmt, ...)
 
#define ERR_CH(ch, fmt, ...)
 
#define FIXME_CH(ch, fmt, ...)
 
#define WARN_CH(ch, fmt, ...)
 
#define TRACE_CH(ch, fmt, ...)
 
#define ERR_PPI(ppi, ch, fmt, ...)
 
#define FIXME_PPI(ppi, ch, fmt, ...)
 
#define WARN_PPI(ppi, ch, fmt, ...)
 
#define TRACE_PPI(ppi, ch, fmt, ...)
 
#define STUB
 

Functions

BOOL DbgInitDebugChannels ()
 

Macro Definition Documentation

◆ DBG_DEFAULT_CHANNEL

#define DBG_DEFAULT_CHANNEL (   x)

Definition at line 162 of file win32kdebug.h.

◆ DBG_DISABLE_CHANNEL

#define DBG_DISABLE_CHANNEL (   ppi,
  ch,
  level 
)

Definition at line 165 of file win32kdebug.h.

◆ DBG_ENABLE_CHANNEL

#define DBG_ENABLE_CHANNEL (   ppi,
  ch,
  level 
)

Definition at line 164 of file win32kdebug.h.

◆ DBG_GET_PPI

#define DBG_GET_PPI

Definition at line 161 of file win32kdebug.h.

◆ DBG_IS_CHANNEL_ENABLED

#define DBG_IS_CHANNEL_ENABLED (   ppi,
  ch,
  level 
)

Definition at line 166 of file win32kdebug.h.

◆ DBG_PRINT

#define DBG_PRINT (   ppi,
  ch,
  level 
)

Definition at line 168 of file win32kdebug.h.

◆ ERR

#define ERR (   fmt,
  ... 
)

Definition at line 170 of file win32kdebug.h.

◆ ERR_CH

#define ERR_CH (   ch,
  fmt,
  ... 
)

Definition at line 175 of file win32kdebug.h.

◆ ERR_PPI

#define ERR_PPI (   ppi,
  ch,
  fmt,
  ... 
)

Definition at line 180 of file win32kdebug.h.

◆ FIXME

#define FIXME (   fmt,
  ... 
)

Definition at line 171 of file win32kdebug.h.

◆ FIXME_CH

#define FIXME_CH (   ch,
  fmt,
  ... 
)

Definition at line 176 of file win32kdebug.h.

◆ FIXME_PPI

#define FIXME_PPI (   ppi,
  ch,
  fmt,
  ... 
)

Definition at line 181 of file win32kdebug.h.

◆ STUB

#define STUB

Definition at line 185 of file win32kdebug.h.

◆ TRACE

#define TRACE (   fmt,
  ... 
)

Definition at line 173 of file win32kdebug.h.

◆ TRACE_CH

#define TRACE_CH (   ch,
  fmt,
  ... 
)

Definition at line 178 of file win32kdebug.h.

◆ TRACE_PPI

#define TRACE_PPI (   ppi,
  ch,
  fmt,
  ... 
)

Definition at line 183 of file win32kdebug.h.

◆ WARN

#define WARN (   fmt,
  ... 
)

Definition at line 172 of file win32kdebug.h.

◆ WARN_CH

#define WARN_CH (   ch,
  fmt,
  ... 
)

Definition at line 177 of file win32kdebug.h.

◆ WARN_PPI

#define WARN_PPI (   ppi,
  ch,
  fmt,
  ... 
)

Definition at line 182 of file win32kdebug.h.

Function Documentation

◆ DbgInitDebugChannels()

BOOL DbgInitDebugChannels ( )

Referenced by InitProcessCallback().