File I/O Structures

The following table shows the file I/O structures with a description of the purpose of each.

Programming element Description
BY_HANDLE_FILE_INFORMATION This structure contains information retrieved by the GetFileInformationByHandle function.
CEFILEINFO This structure contains information about a file object.
CEDIRINFO This structure contains information about a directory object.
FILECHANGEINFO This structure contains information about a file system event.
WIN32_FILE_ATTRIBUTE_DATA This structure contains attribute information for a file or directory.
WIN32_FIND_DATA This structure describes a file found by the FindFirstFile or FindNextFile function.

See Also

File I/O Reference

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.