- indexing
- title: "Visual Eiffel Library.", "Win32 API: description of a file found by the %'FindFirstFile%' or %'FindNextFile%' function"
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_WIN32_FIND_DATAA
- feature -- Data
-
file_attributes: BIT 32
-
creation_time: expanded WAPI_FILETIME
-
last_access_time: expanded WAPI_FILETIME
-
last_write_time: expanded WAPI_FILETIME
-
file_size_high: INTEGER
-
file_size_low: INTEGER
-
reserved0: INTEGER
-
reserved1: INTEGER
-
file_name: BIT 2080
-
alternate_file_name: BIT 112
- feature -- Access
-
file_attributes_ptr: POINTER
-
file_name_ptr: POINTER
-
alternate_file_name_ptr: POINTER
end -- class WAPI_WIN32_FIND_DATAA