Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
error_message.h
Go to the documentation of this file.
1#pragma once
2#include <Windows.h>
3#include <string>
4#include "service_constants.h"
5#include "ResourceCore.h"
6
7void DisplayErrorMessage(std::string errorMessage);
8std::string GetErrorMessage(UINT resourceID);
std::string GetErrorMessage(UINT resourceID)
void DisplayErrorMessage(std::string errorMessage)