IBackgroundCopyJob5::GetProperty メソッド (bits5_0.h)

BITS ジョブのプロパティを取得するためのジェネリック メソッド。

構文

HRESULT GetProperty(
  [in]  BITS_JOB_PROPERTY_ID    PropertyId,
  [out] BITS_JOB_PROPERTY_VALUE *PropertyValue
);

パラメーター

[in] PropertyId

取得されるプロパティの ID を 、BITS_JOB_PROPERTY_ID 列挙値として指定します。

[out] PropertyValue

BITS_JOB_PROPERTY_VALUE共用体として返されるプロパティ値。

戻り値

メソッドは、次の戻り値を返します。

リターン コード 説明
S_OK
Success

要件

要件
サポートされている最小のクライアント Windows 8
サポートされている最小のサーバー Windows Server 2012
対象プラットフォーム Windows
ヘッダー bits5_0.h (Bits.h を含む)
Library Bits.lib

こちらもご覧ください

IBackgroundCopyJob5

IBackgroundCopyJob5::SetProperty