mirror of
https://github.com/Artikash/Textractor.git
synced 2025-01-11 18:09:27 +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); |