#include "stdafx.h"
#include "ScreenPipe.h"
Go to the source code of this file.
Defines | |
#define | BUFFER_LIES_BYTE_FACTOR 23 |
A factor required to ensure the pipe buffer is large enough. | |
#define | BUFFER_SIZE |
Definition in file ScreenPipe.cpp.
|
Value: sizeof(BYTE)*240*320+(sizeof(BYTE)*3*256)+sizeof(screenInfo) \ * BUFFER_LIES_BYTE_FACTOR Definition at line 14 of file ScreenPipe.cpp. Referenced by ScreenPipe::ScreenPipe(). |