ReactOS
0.4.16-dev-122-g325d74c
debug.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS kernel
4
* PURPOSE:
5
* FILE: win32ss/gdi/eng/debug.c
6
* PROGRAMER: Jason Filby
7
*/
8
9
#include <
win32k.h
>
10
11
#define NDEBUG
12
#include <debug.h>
13
14
/*
15
* @implemented
16
*/
17
VOID
18
APIENTRY
19
EngDebugPrint
(
20
_In_z_
PCHAR
StandardPrefix,
21
_In_z_
PCHAR
DebugMessage,
22
_In_
va_list
ap
)
23
{
24
vDbgPrintExWithPrefix
(StandardPrefix,
25
-1,
26
DPFLTR_ERROR_LEVEL
,
27
DebugMessage,
28
ap
);
29
}
30
31
/* EOF */
va_list
char * va_list
Definition:
acmsvcex.h:78
DPFLTR_ERROR_LEVEL
#define DPFLTR_ERROR_LEVEL
Definition:
main.cpp:32
APIENTRY
#define APIENTRY
Definition:
api.h:79
void
Definition:
nsiface.idl:2307
_In_z_
#define _In_z_
Definition:
ms_sal.h:313
_In_
#define _In_
Definition:
ms_sal.h:308
vDbgPrintExWithPrefix
ULONG NTAPI vDbgPrintExWithPrefix(IN LPCSTR Prefix, IN ULONG ComponentId, IN ULONG Level, IN LPCSTR Format, IN va_list ap)
PCHAR
char * PCHAR
Definition:
typedefs.h:51
win32k.h
EngDebugPrint
ENGAPI VOID APIENTRY EngDebugPrint(_In_z_ PCHAR StandardPrefix, _In_z_ PCHAR DebugMessage, _In_ va_list ap)
Definition:
debug.c:19
ap
void int int ULONGLONG int va_list * ap
Definition:
winesup.h:36
win32ss
gdi
eng
debug.c
Generated on Sun Oct 13 2024 06:14:29 for ReactOS by
1.9.6