Share via


File I/O Structures (Windows CE 5.0)

Send Feedback

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.
FILE_NOTIFY_INFORMATION This structure describes the changes found by the CeGetFileNotificationInfo function.
FILECHANGEINFO This structure contains information about a file system event.
OVERLAPPED This structure contains the file offset of the beginning of the lock range.
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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.