共用方式為


IVssBackupComponents::GetWriterStatusCount 方法 (vsbackup.h)

GetWriterStatusCount 方法會傳回狀態為的寫入器數目。

語法

HRESULT GetWriterStatusCount(
  [out] UINT *pcWriters
);

參數

[out] pcWriters

狀態為寫入器的數目。

傳回值

以下是此方法的有效傳回碼。

意義
S_OK
已成功傳回狀態為的寫入器數目。
E_INVALIDARG
其中一個參數值無效。
VSS_E_BAD_STATE
備份元件物件未初始化、此方法已在還原作業期間呼叫,或此方法未在正確的順序內呼叫。
VSS_E_UNEXPECTED
非預期的錯誤。 錯誤碼會記錄在錯誤記錄檔中。 如需詳細資訊,請參閱 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

IVssBackupComponents::GatherWriterStatus

IVssBackupComponents::GetWriterStatus

VSS_WRITER_STATE