VssFreeSnapshotProperties-Funktion (vsbackup.h)

Die VssFreeSnapshotProperties-Funktion wird verwendet, um den Inhalt einer VSS_SNAPSHOT_PROP-Struktur im Rahmen der Verwaltung des Lebenszyklus frei zu geben. Die VSS_SNAPSHOT_PROP-Struktur wird in der Regel mithilfe der IVssBackupComponents::GetSnapshotProperties-Methode oder der IVssSoftwareSnapshotProvider::GetSnapshotProperties-Methode abgerufen.

Diese Funktion kann auch verwendet werden, um eine VSS_SNAPSHOT_PROP-Struktur vor der Verwendung oder vor dem Freigeben der -Struktur zu initialisieren.

Hinweis Diese Funktion wird als VssFreeSnapshotPropertiesInternal exportiert, Aber Sie sollten VssFreeSnapshotProperties und nicht VssFreeSnapshotPropertiesInternal aufrufen.
 

Syntax

void VssFreeSnapshotProperties(
  [in] VSS_SNAPSHOT_PROP *pProp
);

Parameter

[in] pProp

Zeiger auf ein gültiges VSS_SNAPSHOT_PROP-Objekt .

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile vsbackup.h (enthalten VsBackup.h, Vss.h, VsWriter.h)
Bibliothek VssApi.lib
DLL VssApi.dll

Weitere Informationen

IVssBackupComponents::GetSnapshotProperties

IVssSoftwareSnapshotProvider::GetSnapshotProperties

VSS_SNAPSHOT_PROP