IVssBackupComponentsBreakSnapshotSet Method (Guid, VssHardwareOptions) |
Breaks a shadow copy set according to requester-specified options.
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxvoid BreakSnapshotSet(
Guid snapshotSetId,
VssHardwareOptions breakFlags
)
Sub BreakSnapshotSet (
snapshotSetId As Guid,
breakFlags As VssHardwareOptions
)
void BreakSnapshotSet(
Guid snapshotSetId,
VssHardwareOptions breakFlags
)
Parameters
- snapshotSetId
- Type: SystemGuid
A shadow copy set identifier. - breakFlags
- Type: Alphaleonis.Win32.VssVssHardwareOptions
A bitmask of VssHardwareOptions flags that specify how the shadow copy set is broken.
Remarks
This method is similar to BreakSnapshotSet(Guid), except that is has an extra parameter to specify
how the shadow copy set is broken.
Like BreakSnapshotSet(Guid), this method can be used only for shadow copies that were created by
a hardware shadow copy provider.
After this method returns, the shadow copy volume is still a volume, but it is no longer a shadow copy.
For more information, see Breaking Shadow Copies.
See Also