DDiscFormat2RawCDEvents::Update method (imapi2.h)
Implement this method to receive progress notification of the current raw-image write operation.
Syntax
HRESULT Update(
[in] IDispatch *object,
[in] IDispatch *progress
);
Parameters
[in] object
The IDiscFormat2RawCD interface that initiated the write operation.
This parameter is a MsftDiscFormat2RawCD object in script.
[in] progress
An IDiscFormat2RawCDEventArgs interface that you use to determine the progress of the write operation.
This parameter is a MsftDiscFormat2RawCD object in script.
Return value
Return values are ignored.
Remarks
Notifications are sent in response to calling the IDiscFormat2RawCD::WriteMedia or IDiscFormat2RawCD::WriteMedia2 method.
To stop the write process, call the IDiscFormat2RawCD::CancelWrite method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imapi2.h |