DDiscFormat2RawCDEvents::Update 方法 (imapi2.h)
實作這個方法,以接收目前原始映射寫入作業的進度通知。
語法
HRESULT Update(
[in] IDispatch *object,
[in] IDispatch *progress
);
參數
[in] object
起始寫入作業的 IDiscFormat2RawCD 介面。
此參數是腳本中的 MsftDiscFormat2RawCD 物件。
[in] progress
您用來判斷寫入作業進度的 IDiscFormat2RawCDEventArgs 介面。
此參數是腳本中的 MsftDiscFormat2RawCD 物件。
傳回值
會忽略傳回值。
備註
系統會傳送通知以回應呼叫 IDiscFormat2RawCD::WriteMedia 或 IDiscFormat2RawCD::WriteMedia2 方法。
若要停止寫入程式,請呼叫 IDiscFormat2RawCD::CancelWrite 方法。
需求
最低支援的用戶端 | Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | imapi2.h |