ReactOS 0.4.15-dev-7934-g1dc8d80
t4.h File Reference

Go to the source code of this file.

Classes

struct  tableentry
 

Macros

#define EOL   0x001 /* EOL code value - 0000 0000 0000 1 */
 
#define G3CODE_EOL   -1 /* NB: ACT_EOL - ACT_WRUNT */
 
#define G3CODE_INVALID   -2 /* NB: ACT_INVALID - ACT_WRUNT */
 
#define G3CODE_EOF   -3 /* end of input data */
 
#define G3CODE_INCOMP   -4 /* incomplete run code */
 

Typedefs

typedef struct tableentry tableentry
 

Variables

const tableentry TIFFFaxWhiteCodes []
 
const tableentry TIFFFaxBlackCodes []
 

Macro Definition Documentation

◆ EOL

#define EOL   0x001 /* EOL code value - 0000 0000 0000 1 */

Definition at line 39 of file t4.h.

◆ G3CODE_EOF

#define G3CODE_EOF   -3 /* end of input data */

Definition at line 44 of file t4.h.

◆ G3CODE_EOL

#define G3CODE_EOL   -1 /* NB: ACT_EOL - ACT_WRUNT */

Definition at line 42 of file t4.h.

◆ G3CODE_INCOMP

#define G3CODE_INCOMP   -4 /* incomplete run code */

Definition at line 45 of file t4.h.

◆ G3CODE_INVALID

#define G3CODE_INVALID   -2 /* NB: ACT_INVALID - ACT_WRUNT */

Definition at line 43 of file t4.h.

Typedef Documentation

◆ tableentry

Variable Documentation

◆ TIFFFaxBlackCodes

const tableentry TIFFFaxBlackCodes[]
extern

◆ TIFFFaxWhiteCodes

const tableentry TIFFFaxWhiteCodes[]
extern