Edit

Share via


ICcmAlternateDownloadProvider : ModifyJobPriority Method

The ICcmAlternateDownloadProvider::ModifyJobPriority method, in Configuration Manager, instructs the provider to modify the priority for a given job.

Syntax

HRESULT ModifyJobPriority(  
        [in] REFGUID JobID,   
        [in] CCM_DTS_PRIORITY Priority  
        );  

Parameters

JobID
Data type: REFGUID

Qualifiers: [in]

The job on which to take action.

Priority
Data type: CCM_DTS_PRIORITY

Qualifiers: [in]

The new priority.

Return Values

An HRESULT code. Possible values include, but aren't limited to, the following one:

S_OK
Success implies that discovery was triggered successfully. All other return values indicate failure.

Remarks

Note

An error should be returned if the job is not found or if modification of the priority failed. If any changes are required to make the guarantees described above on the comments on CCM_DTS_PRIORITY, the provider must make them. If the provider cannot honor that guarantee, it should report an error from this function.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.