- indexing
- title: "Visual Eiffel Library.", "The WAPI_FILETIME contain a 64-bit value representing", "the number of 100-nanosecond intervals since", "January 1, 1601."
- 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_FILETIME
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
dwLowDateTime: BIT 32
-
dwHighDateTime: BIT 32
- feature -- Access
-
ptr: POINTER
- feature -- Change
-
set_dwLowDateTime (i: INTEGER)
-
set_dwHighDateTime (i: INTEGER)
end -- class WAPI_FILETIME