IEnumBackgroundCopyGroups::GetCount method (qmgr.h)

[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

See also

IEnumBackgroundCopyGroups