IBackgroundCopyJob::GetDescription メソッド (bits.h)
ジョブの説明を取得します。
構文
HRESULT GetDescription(
[out] LPWSTR *pVal
);
パラメーター
[out] pVal
ジョブの簡単な説明を含む Null で終わる文字列。 完了したら、 CoTaskMemFree 関数を呼び出して ppDescription を解放します。
戻り値
このメソッドは、次の HRESULT 値と他の値を返します。
リターン コード | 説明 |
---|---|
|
ジョブの説明が正常に取得されました。 |
|
パラメーター ppDescription を NULL にすることはできません。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP |
サポートされている最小のサーバー | Windows Server 2003 |
対象プラットフォーム | Windows |
ヘッダー | bits.h |
Library | Bits.lib |
[DLL] | QmgrPrxy.dll |