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