ITransferDestination インターフェイス (shobjidl_core.h)

コピーまたは移動操作用の移動先シェル項目を作成するメソッドを公開します。 このインターフェイスは、 ITransferDestination::Advise メソッドを提供することで、ファイル操作をより細かく制御できるようにするために提供されます。

継承

ITransferDestination インターフェイスは、IUnknown インターフェイスから継承されます。 ITransferDestination には、次の種類のメンバーもあります。

メソッド

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

 
ITransferDestination::Advise

ファイル操作の状態に関する通知のアドバイザリ接続を設定します。 (ITransferDestination.Advise)
ITransferDestination::CreateItem

指定したファイルを作成します。
ITransferDestination::Unadvise

アドバイザリ接続を終了します。 (ITransferDestination.Unadvise)

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー shobjidl_core.h (Shobjidl.h を含む)

こちらもご覧ください

ITransferSource