311 B
311 B
ReadObject
Reads data of the CObject class inheritor instance from file.
bool ReadObject(
CObject* object // pointer
)
Parameters
object
[in] Pointer to the CObject class inheritor instance to read.
Return Value
true - successful, false - cannot read the data.