Contains information about a file that the
OpenFile function opened or attempted to open.
Syntax
typedef struct _OFSTRUCT {
BYTE cBytes;
BYTE fFixedDisk;
WORD nErrCode;
WORD Reserved1;
WORD Reserved2;
CHAR szPathName[OFS_MAXPATHNAME];
}OFSTRUCT, *POFSTRUCT;
Members
- cBytes
The size of the structure, in bytes.
- fFixedDisk
If this member is nonzero, the file is on a hard (fixed) disk. Otherwise, it is not.
- nErrCode
The MS-DOS error code if the
OpenFile function failed.
- Reserved1
Reserved; do not use.
- Reserved2
Reserved; do not use.
- szPathName
The path and file name of the file.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | WinBase.h (include Windows.h) |
See Also
- OpenFile
Send comments about this topic to Microsoft
Build date: 11/12/2009