FileStatusEnum Type (Enumeration)

files.h

enum FileStatusEnum {FS_OK = 0x0000, FS_EOF = 0xFFFF, FS_ERROR = 0xFFFE, FS_BAD_NAME = 0xFFFD, FS_MEMORY = 0xFFFC, FS_NOT_FOUND = 0xFFFB};

An enumeration for describing possible file statuses.

These constants describe the file status codes stored in the FILES structure and returned by nearly every files.h function.