ReactOS 0.4.16-dev-297-gc569aee
|
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 () |
Definition at line 163 of file win32kdebug.h.
Definition at line 166 of file win32kdebug.h.
Definition at line 165 of file win32kdebug.h.
#define DBG_GET_PPI |
Definition at line 162 of file win32kdebug.h.
Definition at line 167 of file win32kdebug.h.
Definition at line 169 of file win32kdebug.h.
Definition at line 171 of file win32kdebug.h.
Definition at line 176 of file win32kdebug.h.
Definition at line 181 of file win32kdebug.h.
Definition at line 172 of file win32kdebug.h.
Definition at line 177 of file win32kdebug.h.
Definition at line 182 of file win32kdebug.h.
#define STUB |
Definition at line 186 of file win32kdebug.h.
Definition at line 174 of file win32kdebug.h.
Definition at line 179 of file win32kdebug.h.
Definition at line 184 of file win32kdebug.h.
Definition at line 173 of file win32kdebug.h.
Definition at line 178 of file win32kdebug.h.
Definition at line 183 of file win32kdebug.h.
BOOL DbgInitDebugChannels | ( | ) |
Referenced by InitProcessCallback().