IBackgroundCopyGroup::get_GroupID method (qmgr.h)

[IBackgroundCopyGroup 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 get_GroupID method to retrieve the group's identifier.

Syntax

HRESULT get_GroupID(
  [out] GUID *pguidGroupID
);

Parameters

[out] pguidGroupID

GUID that uniquely identifies the group within the download queue.

Return value

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

Return code Description
S_OK
Successfully retrieved the GUID that identifies the group.

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

IBackgroundCopyGroup