IBackgroundCopyJob::EnumFiles メソッド (bits.h)

ジョブ内のファイルを列挙するために使用する IEnumBackgroundCopyFiles インターフェイス ポインターを取得します。

構文

HRESULT EnumFiles(
  [out] IEnumBackgroundCopyFiles **pEnum
);

パラメーター

[out] pEnum

ジョブ内のファイルを列挙するために使用する IEnumBackgroundCopyFiles インターフェイス ポインター。 完了したら ppEnumFiles を リリースします。

戻り値

このメソッドは、成功 した場合はS_OK 、エラー時には標準の COM HRESULT 値のいずれかを返します。

要件

要件
サポートされている最小のクライアント Windows XP
サポートされている最小のサーバー Windows Server 2003
対象プラットフォーム Windows
ヘッダー bits.h
Library Bits.lib
[DLL] QmgrPrxy.dll

こちらもご覧ください

IBackgroundCopyManager::EnumJobs

IEnumBackgroundCopyFiles