ReactOS 0.4.15-dev-7907-g95bf896
IEnumBackgroundCopyJobs Interface Reference
Inheritance diagram for IEnumBackgroundCopyJobs:
Collaboration diagram for IEnumBackgroundCopyJobs:

Public Member Functions

HRESULT Next ([in] ULONG celt, [out, size_is(BG_ENUM_SIZEIS(celt)), length_is(BG_ENUM_LENGTHIS(celt, pceltFetched))] IBackgroundCopyJob **rgelt, [in, out, unique] ULONG *pceltFetched)
 
HRESULT Skip ([in] ULONG celt)
 
HRESULT Reset ()
 
HRESULT Clone ([out] IEnumBackgroundCopyJobs **ppenum)
 
HRESULT GetCount ([out] ULONG *puCount)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 325 of file bits.idl.

Member Function Documentation

◆ Clone()

HRESULT IEnumBackgroundCopyJobs::Clone ( [out] IEnumBackgroundCopyJobs **  ppenum)

◆ GetCount()

HRESULT IEnumBackgroundCopyJobs::GetCount ( [out] ULONG puCount)

◆ Next()

HRESULT IEnumBackgroundCopyJobs::Next ( [in] ULONG  celt,
[out, size_is(BG_ENUM_SIZEIS(celt)), length_is(BG_ENUM_LENGTHIS(celt, pceltFetched))] IBackgroundCopyJob **  rgelt,
[in, out, unique] ULONG pceltFetched 
)

◆ Reset()

HRESULT IEnumBackgroundCopyJobs::Reset ( )

◆ Skip()

HRESULT IEnumBackgroundCopyJobs::Skip ( [in] ULONG  celt)

The documentation for this interface was generated from the following file: