265 B
265 B
SaveNode
Writes node data to a file.
bool SaveNode(
int file_handle // handle
)
Parameters
file_handle
[in] Handle of a binary file that was earlier opened for writing.
Return Value
true - success, otherwise false.