Textractor_test/texthook/pipe.h
2018-07-20 15:10:34 -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