summaryrefslogtreecommitdiffstats
path: root/Kod/display/ClientServerApp/Common/ReadABuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kod/display/ClientServerApp/Common/ReadABuffer.h')
-rw-r--r--Kod/display/ClientServerApp/Common/ReadABuffer.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/Kod/display/ClientServerApp/Common/ReadABuffer.h b/Kod/display/ClientServerApp/Common/ReadABuffer.h
new file mode 100644
index 0000000..56cf400
--- /dev/null
+++ b/Kod/display/ClientServerApp/Common/ReadABuffer.h
@@ -0,0 +1,20 @@
+#ifndef READABUFFER_H
+#define READABUFFER_H
+
+#include <windows.h>
+#include "ipclink.h"
+
+
+BOOL ReadABuffer(unsigned char * lpBuf, DWORD dwToWrite, HANDLE hComm);
+
+
+
+
+
+
+
+
+
+
+
+#endif \ No newline at end of file