Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
[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 |
|---|---|
|
Successfully retrieved the property. |
|
You specified a property that is not supported. |
|
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 |