ReactOS 0.4.15-dev-7918-g2a2556c
Log.h
Go to the documentation of this file.
1#include "ntddk.h"
2
3#define DEFAULT_LOG_FILE_NAME L"\\??\\D:\\Temp\\BL958.log"
4
5BOOLEAN LogMessage(PCHAR szFormat, ...);
BOOLEAN LogMessage(PCHAR szFormat,...)
Definition: Log.c:6
unsigned char BOOLEAN
char * PCHAR
Definition: typedefs.h:51