Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ScreenPipe.cpp File Reference

#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


Detailed Description

Definition in file ScreenPipe.cpp.


Define Documentation

#define BUFFER_SIZE
 

Value:

sizeof(BYTE)*240*320+(sizeof(BYTE)*3*256)+sizeof(screenInfo) \
    * BUFFER_LIES_BYTE_FACTOR
The Size of a buffer required to write a 240*320 8bpp bitmap to the pipe. Fitting the entire image to pipe is not critical.

Definition at line 14 of file ScreenPipe.cpp.

Referenced by ScreenPipe::ScreenPipe().


Generated on Mon Mar 25 06:29:59 2002 for Window Dressing by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001