Share via


VssFreeSnapshotPropertiesInternal 함수(vsbackup.h)

VssFreeSnapshotProperties 함수는 수명 주기 관리의 일환으로 VSS_SNAPSHOT_PROP 구조체의 내용을 해제하는 데 사용됩니다. VSS_SNAPSHOT_PROP 구조체는 일반적으로 IVssBackupComponents::GetSnapshotProperties 메서드 또는 IVssSoftwareSnapshotProvider::GetSnapshotProperties 메서드를 사용하여 가져옵니다.

이 함수는 사용 전이나 구조체를 해제하기 전에 VSS_SNAPSHOT_PROP 구조를 초기화하는 데 사용할 수도 있습니다.

참고 이 함수는 VssFreeSnapshotPropertiesInternal로 내보내지지만 VssFreeSnapshotPropertiesInternal이 아닌 VssFreeSnapshotProperties를 호출해야 합니다.
 

구문

void VssFreeSnapshotPropertiesInternal(
  [in] VSS_SNAPSHOT_PROP *pProp
);

매개 변수

[in] pProp

유효한 VSS_SNAPSHOT_PROP 개체에 대한 포인터입니다.

반환 값

없음

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 vsbackup.h(VsBackup.h, Vss.h, VsWriter.h 포함)
라이브러리 VssApi.lib
DLL VssApi.dll

추가 정보

IVssBackupComponents::GetSnapshotProperties

IVssSoftwareSnapshotProvider::GetSnapshotProperties

VSS_SNAPSHOT_PROP