IVssBackupComponents::GetWriterStatusCount 方法 (vsbackup.h)
GetWriterStatusCount 方法會傳回狀態為的寫入器數目。
語法
HRESULT GetWriterStatusCount(
[out] UINT *pcWriters
);
參數
[out] pcWriters
狀態為寫入器的數目。
傳回值
以下是此方法的有效傳回碼。
值 | 意義 |
---|---|
|
已成功傳回狀態為的寫入器數目。 |
|
其中一個參數值無效。 |
|
備份元件物件未初始化、此方法已在還原作業期間呼叫,或此方法未在正確的順序內呼叫。 |
|
非預期的錯誤。 錯誤碼會記錄在錯誤記錄檔中。 如需詳細資訊,請參閱 VSS 下的事件和錯誤處理。
Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 在 Windows Server 2008 R2 和 Windows 7 之前,不支援此值。 改用E_UNEXPECTED。 |
備註
要求者必須呼叫異步操作 IVssBackupComponents::GatherWriterStatus ,並在呼叫 IVssBackupComponents::GetWriterStatusCount 之前等候它完成。
GetWriterStatusCount 所傳回的寫入器數目應該一律與 IVssBackupComponents::GetWriterMetadataCount 所傳回的寫入器數目相同。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | vsbackup.h (包括 VsBackup.h、Vss.h、VsWriter.h) |
程式庫 | VssApi.lib |
另請參閱
IVssBackupComponents::GatherWriterStatus