Skip to content

Latest commit

 

History

History
97 lines (83 loc) · 2.61 KB

nf-bits-ibackgroundcopyjob-getdescription.md

File metadata and controls

97 lines (83 loc) · 2.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:bits.IBackgroundCopyJob.GetDescription
IBackgroundCopyJob::GetDescription (bits.h)
Retrieves the description of the job.
GetDescription
GetDescription method [BITS]
GetDescription method [BITS]
IBackgroundCopyJob interface
IBackgroundCopyJob interface [BITS]
GetDescription method
IBackgroundCopyJob.GetDescription
IBackgroundCopyJob::GetDescription
_drz_ibackgroundcopyjob_getdescription
bits.ibackgroundcopyjob_getdescription
bits/IBackgroundCopyJob::GetDescription
bits\ibackgroundcopyjob_getdescription.htm
Bits
1a791390-2bd8-4732-98a2-74f740cfd822
12/05/2018
GetDescription, GetDescription method [BITS], GetDescription method [BITS],IBackgroundCopyJob interface, IBackgroundCopyJob interface [BITS],GetDescription method, IBackgroundCopyJob.GetDescription, IBackgroundCopyJob::GetDescription, _drz_ibackgroundcopyjob_getdescription, bits.ibackgroundcopyjob_getdescription, bits/IBackgroundCopyJob::GetDescription
bits.h
Windows
Windows XP
Windows Server 2003
Bits.idl
Bits.lib
QmgrPrxy.dll
Windows
19H1
IBackgroundCopyJob::GetDescription
bits/IBackgroundCopyJob::GetDescription
c++
APIRef
kbSyntax
COM
QmgrPrxy.dll
IBackgroundCopyJob.GetDescription

IBackgroundCopyJob::GetDescription

-description

Retrieves the description of the job.

-parameters

-param pVal [out]

Null-terminated string that contains a short description of the job. Call the CoTaskMemFree function to free ppDescription when done.

-returns

This method returns the following HRESULT values, as well as others.

Return code Description
S_OK
Description of the job was successfully retrieved.
E_INVALIDARG
The parameter, ppDescription, cannot be NULL.

-see-also

IBackgroundCopyJob::SetDescription