Textractor_test/GUI/host/hookcode.h

11 lines
188 B
C
Raw Normal View History

#pragma once
#include "common.h"
#include "types.h"
namespace HookCode
{
std::optional<HookParam> Parse(std::wstring code);
std::wstring Generate(HookParam hp, DWORD processId = 0);
}