|
Save
Saves list data in the file.
virtual bool Save(
|
Parameters
file_handle
[in] Handle of the binary file previously opened using the FileOpen () function.
Return Value
true - successfully completed, false - error.
Example:
//--- example for CList::Save(int)
|