FILES Type (Structure)

unknown.h

typedef struct fileStruct {
unsigned short dataLen;
unsigned short dataPos;
unsigned short bufSize;
HANDLE dataH;
unsigned char fileFlags, fileMode;
unsigned short fileStatus;
HSym hSym;
char type[5];
} FILES;

This identifier has not been documented yet. Please help us out.