CFILE Type (Structure)

cert.h

typedef struct {
void *Start, *Pos, *End; /* Start, current and end position of the file pointer */
short EOFVal; /* Boolean value indicating end of file */
} CFILE;

A structure representing the context of a memory-mapped file.

CFILE is a structure which represents the context of a memory-mapped file (usually a certificate file).