Textractor_test/vnr/texthook/pipe.h
2018-07-19 00:46:52 -04:00

11 lines
147 B
C

#pragma once
// pipe.h
// 7/19/2018 Artikash
#include <Windows.h>
void CreateNewPipe();
DWORD WINAPI TextReceiver(LPVOID lpThreadParam);
// EOF