|
Load
Loads list data from the file.
virtual bool Load(
|
Parameters
file_handle
[in] Handle of the binary file previously opened using the FileOpen () function.
Return Value
true - successfully completed, false - error.
Note
When reading list elements from the file, the CList::CreateElement(int) method is called to create each element.
Example:
//--- example for CLoad::Load(int)
|