Skip to content

Latest commit

 

History

History
106 lines (86 loc) · 3.12 KB

nf-bits-ibackgroundcopyjob-getnotifyinterface.md

File metadata and controls

106 lines (86 loc) · 3.12 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.GetNotifyInterface
IBackgroundCopyJob::GetNotifyInterface (bits.h)
Retrieves the interface pointer to your implementation of the IBackgroundCopyCallback interface.
GetNotifyInterface
GetNotifyInterface method [BITS]
GetNotifyInterface method [BITS]
IBackgroundCopyJob interface
IBackgroundCopyJob interface [BITS]
GetNotifyInterface method
IBackgroundCopyJob.GetNotifyInterface
IBackgroundCopyJob::GetNotifyInterface
_drz_ibackgroundcopyjob_getnotifyinterface
bits.ibackgroundcopyjob_getnotifyinterface
bits/IBackgroundCopyJob::GetNotifyInterface
bits\ibackgroundcopyjob_getnotifyinterface.htm
Bits
6a954fbc-baf6-4efa-bec0-dd86b4b7a916
12/05/2018
GetNotifyInterface, GetNotifyInterface method [BITS], GetNotifyInterface method [BITS],IBackgroundCopyJob interface, IBackgroundCopyJob interface [BITS],GetNotifyInterface method, IBackgroundCopyJob.GetNotifyInterface, IBackgroundCopyJob::GetNotifyInterface, _drz_ibackgroundcopyjob_getnotifyinterface, bits.ibackgroundcopyjob_getnotifyinterface, bits/IBackgroundCopyJob::GetNotifyInterface
bits.h
Windows
Windows XP
Windows Server 2003
Bits.idl
Bits.lib
QmgrPrxy.dll
Windows
19H1
IBackgroundCopyJob::GetNotifyInterface
bits/IBackgroundCopyJob::GetNotifyInterface
c++
APIRef
kbSyntax
COM
QmgrPrxy.dll
IBackgroundCopyJob.GetNotifyInterface

IBackgroundCopyJob::GetNotifyInterface

-description

Retrieves the interface pointer to your implementation of the IBackgroundCopyCallback interface.

-parameters

-param pVal [out]

Interface pointer to your implementation of the IBackgroundCopyCallback interface. When done, release ppNotifyInterface.

-returns

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

Return code Description
S_OK
Notification interface pointer was successfully retrieved.
E_INVALIDARG
Must pass the address of the ppNotifyInterface interface pointer.

-see-also

IBackgroundCopyCallback

IBackgroundCopyJob::GetNotifyFlags

IBackgroundCopyJob::SetNotifyInterface