CVssWriter::GetCurrentVolumeArray 方法 (vswriter.h)
GetCurrentVolumeArray 方法會傳回原始磁碟區的名稱,以及屬於陰影複製集之原始遠端檔案共用的 UNC 路徑,做為以 Null 終止的寬字元字串數位。Windows 7、Windows Server 2008 R2、Windows Vista、Windows Server 2008、Windows XP 和 Windows Server 2003: 除非 Windows 8 和 Windows Server 2012,否則不支援遠端檔案共用。
GetCurrentVolumeArray 是由 CVssWriter 基類實作的受保護方法。
Syntax
LPCWSTR * GetCurrentVolumeArray();
傳回值
這個方法會傳回 n 元素陣列 (指標,其中 n 是 CVssWriter::GetCurrentVolumeCount 所傳回的值,) 包含原始磁碟區的名稱以及屬於陰影複製集之原始遠端檔案共用的 UNC 路徑。Windows 7、Windows Server 2008 R2、Windows Vista、Windows Server 2008、Windows XP 和 Windows Server 2003: 除非 Windows 8 和 Windows Server 2012,否則不支援遠端檔案共用。
衍生類別不應該釋放傳回磁碟區名稱陣列所持有的記憶體。 基類會管理陣列的生命週期。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | vswriter.h (包括 Vss.h、VsWriter.h) |
程式庫 | VssApi.lib |