IVssWriterComponents::GetComponent 方法 (vswriter.h)
GetComponent方法會將IVssComponent介面傳回至其中一個明確儲存在備份元件檔中的指定寫入器元件。
語法
HRESULT GetComponent(
[in] UINT iComponent,
[out] IVssComponent **ppComponent
);
參數
[in] iComponent
元件的數目。 此參數的值是包含 0 到 n–1 的整數,其中 n 是 IVssWriterComponents::GetComponentCount所傳回的元件總數。
[out] ppComponent
包含元件資訊的 IVssComponent 物件實例的雙間接指標。
傳回值
以下是此方法的有效傳回碼。
值 | 意義 |
---|---|
|
已成功傳回元件。 |
|
其中一個參數值無效。 |
|
呼叫端記憶體不足或其他系統資源。 |
|
找不到指定的元件。 |
備註
呼叫端負責呼叫 IUnknown::Release ,以釋放傳回 IVssComponent 物件所持有的系統資源。
規格需求
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | vswriter.h (包括 Vss.h、VsWriter.h) |
程式庫 | VssApi.lib |