次の方法で共有


DDiscFormat2TrackAtOnceEvents::Update メソッド (imapi2.h)

現在のトラック書き込み操作の進行状況通知を受信するには、このメソッドを実装します。

構文

HRESULT Update(
  [in] IDispatch *object,
  [in] IDispatch *progress
);

パラメーター

[in] object

書き込み操作を開始した IDiscFormat2TrackAtOnce インターフェイス。

このパラメーターは、スクリプト内の MsftDiscFormat2TrackAtOnce オブジェクトです。

[in] progress

書き込み操作の進行状況を確認するために使用する IDiscFormat2TrackAtOnceEventArgs インターフェイス。

このパラメーターは、スクリプト内の MsftDiscFormat2TrackAtOnce オブジェクトです。

戻り値

戻り値は無視されます。

解説

通知は、 IDiscFormat2TrackAtOnce::AddAudioTrack メソッドの呼び出しに応答して送信されます。

書き込みプロセスを停止するには、 IDiscFormat2TrackAtOnce::CancelAddTrack メソッドを呼び出します。

要件

   
サポートされている最小のクライアント Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
対象プラットフォーム Windows
ヘッダー imapi2.h

関連項目

DDiscFormat2TrackAtOnceEvents

IDiscFormat2TrackAtOnce

IDiscFormat2TrackAtOnce::CancelAddTrack