31 s <<
d.dwLowDateTime <<
d.dwHighDateTime;
38 s >>
d.dwLowDateTime >>
d.dwHighDateTime;
TFileTime is a class derived from the structure FILETIME.
The TTime class encapsulates time functions and characteristics.
ipstream, a specialized input stream derivative of pstream, is the base class for reading (extracting...
Base class for writing streamable objects.
Object Windows Library (OWLNext Core)
owl::opstream & operator<<(owl::opstream &os, const TColor &c)
Insert the color value into a persistent output stream.
owl::ipstream & operator>>(owl::ipstream &is, TColor &c)
Extract the color value from a persistent input stream.
Classes for window system structure and type encapsulation.