The OFSTRUCT structure contains information about a file that the OpenFile function opened or attempted to open.
typedef struct _OFSTRUCT { // of
BYTE cBytes;
BYTE fFixedDisk;
WORD nErrCode;
WORD Reserved1;
WORD Reserved2;
CHAR szPathName[OFS_MAXPATHNAME];
} OFSTRUCT;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winbase.h.
File I/O Overview, File Structures, OpenFile