summaryrefslogtreecommitdiffstats
path: root/Kod/display/ClientServerApp/Common/ReadABuffer.h
blob: 56cf4006095619bfbd0fe82584569f792dfddadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef READABUFFER_H
#define READABUFFER_H

#include <windows.h>
#include "ipclink.h"


BOOL ReadABuffer(unsigned char * lpBuf, DWORD dwToWrite, HANDLE hComm);











#endif