BB FlashBack SDK: FBRecorder

CanMovieBeRecovered

Description

Checks the given FBR file to see if it can be recovered, and if so returns the filename of recovery information that can be passed to the FBRecorder::RecoverMovie method.

See Recovering Corrupted Recordings for information on using the files to recover recordings.
 

Syntax

[C#/C++]
public Bool CanMovieBeRecovered (String FileName, String* RecoveryInfoFileName)

[VB.NET]
Public Function CanMovieBeRecovered (ByVal FileName As String, ByRef RecoveryInfoFileName As String) As Boolean

Parameters

FileName : the name of the FBR file to be checked.

RecoveryInfoFileName (output) : if the file can be recovered, this is the name of the recovery info file that should be passed to FBRecorder::RecoverMovie.
 

Return Value

Returns True if the file can be recovered, False if it can not.
 

See Also

FBRecorder::IsMovieStructureCorrect  FBRecorder::RecoverMovie  FBRecorder::CreateRecoverInfo