1 #ifndef INCLUDED_NTSERVICE_H
2 #define INCLUDED_NTSERVICE_H
5 #define CONFIG "config.h"
12 //#include <strsafe.h>
14 #define NT_SERVICE_NAME "vlmcsd"
15 #define NT_SERVICE_DISPLAY_NAME "Key Management Server"
17 extern SERVICE_TABLE_ENTRY NTServiceDispatchTable
[];
19 VOID
ReportServiceStatus(const DWORD
, const DWORD
, const DWORD
);
20 int NtServiceInstallation(const int_fast8_t installService
, const char *restrict ServiceUser
, const char *const ServicePassword
);
24 #define ReportServiceStatus(x,y,z)
28 #endif // INCLUDED_NTSERVICE_H