BB FlashBack SDK: FBMovie

SaveAs

Description

Saves the movie to a new FBR file.

Syntax

[C#/C++]
public Bool SaveAs (String sFileName )

[VB.NET]
Public Function SaveAs (ByVal sFileName As String) As Boolean
 

Parameters

sFileName : name of the new FBR file
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is non-zero.
 

Remarks

 

See Also