home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
tcpp
/
examples
/
filter.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-06-09
|
341 b
|
20 lines
/*
Filter.h
Copyright (c) 1989, 1990 Borland International, Inc.
Alle Rechte vorbehalten.
*/
#if !defined(__FILTER__)
#define __FILTER__
#define PipeId "BI#PIP#OK"
#define PipeIdLen 10
typedef enum MsgType {
MsgNewFile,
MsgNewLine,
MsgEoFile = 0x007F,
} MsgType;
#endif /* __FILTER__ */