Edit

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.