IBackgroundCopyGroup::GetProp 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 GetProp method to retrieve a property value from the group.

Syntax

HRESULT GetProp(
  [in]  GROUPPROP propID,
  [out] VARIANT   *pvarVal
);

Parameters

[in] propID

Identifies the property to retrieve. For a list of properties, see the GROUPPROP enumeration.

[out] pvarVal

Property value.

Return value

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

Return code Description
S_OK
Successfully retrieved the property.
E_NOTIMPL
You specified a property that is not supported.
E_INVALIDARG
You specified a variant type that is not compatible with the property.

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