Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Console API

RadWolfie edited this page Oct 23, 2013 · 1 revision

Console API

Very simple integration for ability to retrieved the output from console and send to another location plus possibility of more features for expansion if needed.

NOTICE #1: This is currently in draft for development of H-Ext 0.4.0.

NOTICE #2: This is subject to change at ANY time until it is fully feature.

extern "C" __declspec(dllexport) bool EXTHookConsole() {
	return true;
}
extern "C" __declspec(dllexport) void EXTOnConsoleOutput(wchar_t outputData[]) {
}
Clone this wiki locally