nn::fs::FileOutputStream::Finalize Member Function

Syntax

void Finalize();

Parameters

None.

Return Values

None.

Description

If the file is open, this function closes it and destroys the object.

If this function is called while written data has not been flushed, a panic results except for Release builds. Be sure to correctly flush written data by calling TryFlush before calling this function.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL