|
Save
Saves data array 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 CArrayObj::Save(int)
|