Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[IEnumBackgroundCopyGroups 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 groups in the enumeration.
Syntax
HRESULT GetCount(
[out] ULONG *puCount
);
Parameters
[out] puCount
Number of groups 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 |