ReactOS
0.4.16-dev-338-g34e76ad
myservice.h
Go to the documentation of this file.
1
#include <windows.h>
2
#include <tchar.h>
3
4
#define DEBUG 1
5
6
#define LOG_FILE 1
7
#define LOG_EVENTLOG 2
8
#define LOG_ERROR 4
9
#define LOG_ALL (LOG_FILE | LOG_EVENTLOG | LOG_ERROR)
10
11
extern
volatile
BOOL
bShutDown
;
12
extern
volatile
BOOL
bPause
;
13
14
VOID
15
LogEvent
(
LPCTSTR
lpMsg,
16
DWORD
errNum,
17
DWORD
exitCode,
18
UINT
flags
);
19
20
VOID
21
InitLogging
();
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
flags
GLbitfield flags
Definition:
glext.h:7161
void
Definition:
nsiface.idl:2307
InitLogging
VOID InitLogging()
Definition:
log.c:210
LogEvent
VOID LogEvent(LPCTSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags)
Definition:
log.c:152
bShutDown
volatile BOOL bShutDown
Definition:
ServiceMain.c:12
bPause
volatile BOOL bPause
Definition:
tcpsvcs.c:17
UINT
unsigned int UINT
Definition:
ndis.h:50
LPCTSTR
const CHAR * LPCTSTR
Definition:
xmlstorage.h:193
modules
rosapps
templates
skel_service
myservice.h
Generated on Wed Dec 11 2024 06:06:33 for ReactOS by
1.9.6