IEnumBackgroundCopyJobs1::GetCount method (qmgr.h)
[IEnumBackgroundCopyJobs1 is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the BITS interfaces.]
Use the GetCount method to retrieve a count of the number of jobs in the enumeration.
Syntax
HRESULT GetCount(
[out] ULONG *puCount
);
Parameters
[out] puCount
Number of jobs in the enumeration.
Return value
This method returns S_OK on success.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Minimum supported server | Windows Server 2003 |
Target Platform | Windows |
Header | qmgr.h |
DLL | QmgrPrxy.dll |