次の方法で共有


IDiscFormat2Erase インターフェイス (imapi2.h)

ディスクからデータを消去するには、このインターフェイスを使用します。

このインターフェイスのインスタンスを作成するには、 CoCreateInstance 関数を呼び出します。 クラス識別子のUse__uuidof(MsftDiscFormat2Erase) とインターフェイス識別子の__uuidof(IDiscFormat2Erase)

継承

IDiscFormat2Erase インターフェイスは IDiscFormat2 から継承します。 IDiscFormat2Erase には、次の種類のメンバーもあります。

メソッド

IDiscFormat2Erase インターフェイスには、これらのメソッドがあります。

 
IDiscFormat2Erase::EraseMedia

アクティブなディスク レコーダー内のメディアを消去します。
IDiscFormat2Erase::get_ClientName

クライアントのフレンドリ名を取得します。 (IDiscFormat2Erase.get_ClientName)
IDiscFormat2Erase::get_CurrentPhysicalMediaType

ディスク デバイス内のメディアの種類を取得します。 (IDiscFormat2Erase.get_CurrentPhysicalMediaType)
IDiscFormat2Erase::get_FullErase

ディスク消去の品質を決定します。 (Get)
IDiscFormat2Erase::get_Recorder

消去操作で使用する記録デバイスを取得します。
IDiscFormat2Erase::p ut_ClientName

クライアントのフレンドリ名を設定します。 (IDiscFormat2Erase.put_ClientName)
IDiscFormat2Erase::p ut_FullErase

ディスク消去の品質を決定します。 (Put)
IDiscFormat2Erase::p ut_Recorder

消去操作で使用する記録デバイスを設定します。

注釈

スクリプトで MsftDiscFormat2Erase オブジェクトを作成するには、IMAPI2 を使用します。 CreateObject を呼び出すときのプログラム識別子としての MsftDiscFormat2Erase。

要件

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

こちらもご覧ください

IDiscFormat2