The CCM_Download_Provider class, in Configuration Manager, defines and registers a non-Microsoft download plug-in provider.
class CCM_Download_Provider: CCM_Policy { string LogicalName; string CLSID; uint32 Priority; String GlobalSettings; string Reserved; }; |
Parameters
- LogicalName
- Data type: StringQualifiers: [in, RealKey, NotNull: ToInstance ToSubClass]The name of the non-Microsoft provider. This field must match the value specified to the SMS provider.
- CLSID
- Data type: StringQualifiers: [in, NotNull: ToInstance, ToSubClass]The COM class ID corresponding to the interface implementation.
- Priority
- Data type: StringQualifiers: [in, NotNull: ToInstance ToSubClass]Priority in the face of multiple alternate provider choices. For future use. Must be nonzero.
- GlobalSettings
- Data type: StringQualifiers: [in]Provider specific data. Use this for any client-wide configuration for the provider.
- Reserved
- Data type: StringQualifiers: [in]Reserved for future use.
Return Values
None.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.