mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
5 lines
163 B
C
5 lines
163 B
C
#include <Windows.h>
|
|
|
|
typedef void(*ExtensionFunction)(LPCWSTR, DWORD64);
|
|
void LoadExtensions();
|
|
void DispatchSentenceToExtensions(LPCWSTR sentence, DWORD64 info); |