libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
EventLog.cpp File Reference
#include "stdafx.h"
#include "EventLog.hpp"
#include "../../../core/exception.hpp"
Include dependency graph for EventLog.cpp:

Go to the source code of this file.

Variables

const TCHAR module_name [] =_T("ntutils")
 
const TCHAR event_log_reg_path [] =_T("SYSTEM\\CurrentControlSet\\Services\\EventLog\\")
 
const TCHAR event_msg_file_str [] =_T("EventMessageFile")
 
const TCHAR event_types_supported_str [] =_T("TypesSupported")
 

Variable Documentation

◆ event_log_reg_path

const TCHAR event_log_reg_path =_T("SYSTEM\\CurrentControlSet\\Services\\EventLog\\")

Definition at line 49 of file EventLog.cpp.

◆ event_msg_file_str

const TCHAR event_msg_file_str =_T("EventMessageFile")

Definition at line 50 of file EventLog.cpp.

◆ event_types_supported_str

const TCHAR event_types_supported_str =_T("TypesSupported")

Definition at line 51 of file EventLog.cpp.

◆ module_name

const TCHAR module_name =_T("ntutils")

Definition at line 47 of file EventLog.cpp.