BB FlashBack SDK: FBVDisk

Rollback

Description

Undoes changes made to the virtual disk since it was opened or since the previous call to Commit or Rollback.

Syntax

[C#/C++]
public void Rollback (void)

[VB.NET]
Public Sub Rollback

Remarks

Only virtual disks opened with a flag value of VDISK_FLAGS_UNDO passed into FBVDisk::Open can have the facility to undo changes via the Rollback method.

See Also

FBVDisk::Commit  FBVDisk::Open