mirror of
https://github.com/jonny-jhnson/JonMon-Lite
synced 2026-06-21 13:54:24 +00:00
19 lines
318 B
C++
19 lines
318 B
C++
#pragma once
|
|
#include <Windows.h>
|
|
#include <pla.h>
|
|
#include <string>
|
|
#include <stdio.h>
|
|
#include <vector>
|
|
#include ".\ETWProvider\JonMon-Lite-Provider.h"
|
|
|
|
struct Etw_Processing
|
|
{
|
|
std::wstring ETLFilePath;
|
|
std::wstring WorkstationName;
|
|
};
|
|
|
|
extern BOOL g_Process;
|
|
|
|
extern HANDLE programExit;
|
|
|
|
extern HANDLE finishJobs; |