Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 2.18 KB

ccm_dts_flag-enumeration.md

File metadata and controls

59 lines (51 loc) · 2.18 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
CCM_DTS_FLAG Enumeration
Configuration Manager
The CCM_DTS_FLAG enumeration indicates special options on download jobs.
09/20/2016
sdk
configuration-manager
reference
90f20778-f069-4af1-bcfd-c27230818a77
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

CCM_DTS_FLAG Enumeration

The CCM_DTS_FLAG enumeration indicates special options on download jobs.

Syntax

typedef enum  
{  
    CCM_DTS_FLAG_SINGLEFILE             = 0x00000001,   
    CCM_DTS_FLAG_DIRECTORY              = 0x00000002,   
    CCM_DTS_FLAG_NOTIFYPROGRESS         = 0x00000004,   
    CCM_DTS_FLAG_INSECURETRANSPORT      = 0x00000008,   
    CCM_DTS_FLAG_TOPLEVELFILESONLY      = 0x00000010,   
    CCM_DTS_FLAG_SENDAUTHHEADERS        = 0x00000020,   
    CCM_DTS_FLAG_SENDAUTHHEADERS_MIXED  = 0x00000040,   
    CCM_DTS_FLAG_USEINPUTMANIFEST       = 0x00000080,   
    CCM_DTS_FLAG_SKIPHOSTCHANGEHANDLING = 0x00000100   
}  
CCM_DTS_FLAG;  

Members

CTS flag Description
CCM_DTS_FLAG_SINGLEFILE Reserved.
CCM_DTS_FLAG_DIRECTORY Indicates that szRemotePath is a directory and that all of its contents should be downloaded. This should always be specified in the case of alternate providers.
CCM_DTS_FLAG_NOTIFYPROGRESS This indicates that progress notifications are required. Even if this flag is not specified, success and error notifications are still required.
CCM_DTS_FLAG_INSECURETRANSPORT Reserved.
CCM_DTS_FLAG_TOPLEVELFILESONLY Reserved.
CCM_DTS_FLAG_SENDAUTHHEADERS Reserved.
CCM_DTS_FLAG_SENDAUTHHEADERS_MIXED Reserved.
CCM_DTS_FLAG_USEINPUTMANIFEST Reserved.
CCM_DTS_FLAG_SKIPHOSTCHANGEHANDLING Reserved.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.