Win32 API 日本語リファレンス
ホームNetworking.DeliveryOptimization › DODownloadProperty

DODownloadProperty

列挙型
基底型i4

メンバー 30

名前10進16進
DODownloadProperty_Id00x0
DODownloadProperty_Uri10x1
DODownloadProperty_ContentId20x2
DODownloadProperty_DisplayName30x3
DODownloadProperty_LocalPath40x4
DODownloadProperty_HttpCustomHeaders50x5
DODownloadProperty_CostPolicy60x6
DODownloadProperty_SecurityFlags70x7
DODownloadProperty_CallbackFreqPercent80x8
DODownloadProperty_CallbackFreqSeconds90x9
DODownloadProperty_NoProgressTimeoutSeconds100xA
DODownloadProperty_ForegroundPriority110xB
DODownloadProperty_BlockingMode120xC
DODownloadProperty_CallbackInterface130xD
DODownloadProperty_StreamInterface140xE
DODownloadProperty_SecurityContext150xF
DODownloadProperty_NetworkToken160x10
DODownloadProperty_CorrelationVector170x11
DODownloadProperty_DecryptionInfo180x12
DODownloadProperty_IntegrityCheckInfo190x13
DODownloadProperty_IntegrityCheckMandatory200x14
DODownloadProperty_TotalSizeBytes210x15
DODownloadProperty_DisallowOnCellular220x16
DODownloadProperty_HttpCustomAuthHeaders230x17
DODownloadProperty_HttpAllowSecureToNonSecureRedirect240x18
DODownloadProperty_NonVolatile250x19
DODownloadProperty_HttpRedirectionTarget260x1A
DODownloadProperty_HttpResponseHeaders270x1B
DODownloadProperty_HttpServerIPAddress280x1C
DODownloadProperty_HttpStatusCode290x1D

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DODownloadProperty : int {
    DODownloadProperty_Id = 0,
    DODownloadProperty_Uri = 1,
    DODownloadProperty_ContentId = 2,
    DODownloadProperty_DisplayName = 3,
    DODownloadProperty_LocalPath = 4,
    DODownloadProperty_HttpCustomHeaders = 5,
    DODownloadProperty_CostPolicy = 6,
    DODownloadProperty_SecurityFlags = 7,
    DODownloadProperty_CallbackFreqPercent = 8,
    DODownloadProperty_CallbackFreqSeconds = 9,
    DODownloadProperty_NoProgressTimeoutSeconds = 10,
    DODownloadProperty_ForegroundPriority = 11,
    DODownloadProperty_BlockingMode = 12,
    DODownloadProperty_CallbackInterface = 13,
    DODownloadProperty_StreamInterface = 14,
    DODownloadProperty_SecurityContext = 15,
    DODownloadProperty_NetworkToken = 16,
    DODownloadProperty_CorrelationVector = 17,
    DODownloadProperty_DecryptionInfo = 18,
    DODownloadProperty_IntegrityCheckInfo = 19,
    DODownloadProperty_IntegrityCheckMandatory = 20,
    DODownloadProperty_TotalSizeBytes = 21,
    DODownloadProperty_DisallowOnCellular = 22,
    DODownloadProperty_HttpCustomAuthHeaders = 23,
    DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24,
    DODownloadProperty_NonVolatile = 25,
    DODownloadProperty_HttpRedirectionTarget = 26,
    DODownloadProperty_HttpResponseHeaders = 27,
    DODownloadProperty_HttpServerIPAddress = 28,
    DODownloadProperty_HttpStatusCode = 29
} DODownloadProperty;
public enum DODownloadProperty : int
{
    DODownloadProperty_Id = 0,
    DODownloadProperty_Uri = 1,
    DODownloadProperty_ContentId = 2,
    DODownloadProperty_DisplayName = 3,
    DODownloadProperty_LocalPath = 4,
    DODownloadProperty_HttpCustomHeaders = 5,
    DODownloadProperty_CostPolicy = 6,
    DODownloadProperty_SecurityFlags = 7,
    DODownloadProperty_CallbackFreqPercent = 8,
    DODownloadProperty_CallbackFreqSeconds = 9,
    DODownloadProperty_NoProgressTimeoutSeconds = 10,
    DODownloadProperty_ForegroundPriority = 11,
    DODownloadProperty_BlockingMode = 12,
    DODownloadProperty_CallbackInterface = 13,
    DODownloadProperty_StreamInterface = 14,
    DODownloadProperty_SecurityContext = 15,
    DODownloadProperty_NetworkToken = 16,
    DODownloadProperty_CorrelationVector = 17,
    DODownloadProperty_DecryptionInfo = 18,
    DODownloadProperty_IntegrityCheckInfo = 19,
    DODownloadProperty_IntegrityCheckMandatory = 20,
    DODownloadProperty_TotalSizeBytes = 21,
    DODownloadProperty_DisallowOnCellular = 22,
    DODownloadProperty_HttpCustomAuthHeaders = 23,
    DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24,
    DODownloadProperty_NonVolatile = 25,
    DODownloadProperty_HttpRedirectionTarget = 26,
    DODownloadProperty_HttpResponseHeaders = 27,
    DODownloadProperty_HttpServerIPAddress = 28,
    DODownloadProperty_HttpStatusCode = 29,
}
Public Enum DODownloadProperty As Integer
    DODownloadProperty_Id = 0
    DODownloadProperty_Uri = 1
    DODownloadProperty_ContentId = 2
    DODownloadProperty_DisplayName = 3
    DODownloadProperty_LocalPath = 4
    DODownloadProperty_HttpCustomHeaders = 5
    DODownloadProperty_CostPolicy = 6
    DODownloadProperty_SecurityFlags = 7
    DODownloadProperty_CallbackFreqPercent = 8
    DODownloadProperty_CallbackFreqSeconds = 9
    DODownloadProperty_NoProgressTimeoutSeconds = 10
    DODownloadProperty_ForegroundPriority = 11
    DODownloadProperty_BlockingMode = 12
    DODownloadProperty_CallbackInterface = 13
    DODownloadProperty_StreamInterface = 14
    DODownloadProperty_SecurityContext = 15
    DODownloadProperty_NetworkToken = 16
    DODownloadProperty_CorrelationVector = 17
    DODownloadProperty_DecryptionInfo = 18
    DODownloadProperty_IntegrityCheckInfo = 19
    DODownloadProperty_IntegrityCheckMandatory = 20
    DODownloadProperty_TotalSizeBytes = 21
    DODownloadProperty_DisallowOnCellular = 22
    DODownloadProperty_HttpCustomAuthHeaders = 23
    DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24
    DODownloadProperty_NonVolatile = 25
    DODownloadProperty_HttpRedirectionTarget = 26
    DODownloadProperty_HttpResponseHeaders = 27
    DODownloadProperty_HttpServerIPAddress = 28
    DODownloadProperty_HttpStatusCode = 29
End Enum
import enum

class DODownloadProperty(enum.IntEnum):
    DODownloadProperty_Id = 0
    DODownloadProperty_Uri = 1
    DODownloadProperty_ContentId = 2
    DODownloadProperty_DisplayName = 3
    DODownloadProperty_LocalPath = 4
    DODownloadProperty_HttpCustomHeaders = 5
    DODownloadProperty_CostPolicy = 6
    DODownloadProperty_SecurityFlags = 7
    DODownloadProperty_CallbackFreqPercent = 8
    DODownloadProperty_CallbackFreqSeconds = 9
    DODownloadProperty_NoProgressTimeoutSeconds = 10
    DODownloadProperty_ForegroundPriority = 11
    DODownloadProperty_BlockingMode = 12
    DODownloadProperty_CallbackInterface = 13
    DODownloadProperty_StreamInterface = 14
    DODownloadProperty_SecurityContext = 15
    DODownloadProperty_NetworkToken = 16
    DODownloadProperty_CorrelationVector = 17
    DODownloadProperty_DecryptionInfo = 18
    DODownloadProperty_IntegrityCheckInfo = 19
    DODownloadProperty_IntegrityCheckMandatory = 20
    DODownloadProperty_TotalSizeBytes = 21
    DODownloadProperty_DisallowOnCellular = 22
    DODownloadProperty_HttpCustomAuthHeaders = 23
    DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24
    DODownloadProperty_NonVolatile = 25
    DODownloadProperty_HttpRedirectionTarget = 26
    DODownloadProperty_HttpResponseHeaders = 27
    DODownloadProperty_HttpServerIPAddress = 28
    DODownloadProperty_HttpStatusCode = 29
// DODownloadProperty
pub const DODownloadProperty_Id: i32 = 0;
pub const DODownloadProperty_Uri: i32 = 1;
pub const DODownloadProperty_ContentId: i32 = 2;
pub const DODownloadProperty_DisplayName: i32 = 3;
pub const DODownloadProperty_LocalPath: i32 = 4;
pub const DODownloadProperty_HttpCustomHeaders: i32 = 5;
pub const DODownloadProperty_CostPolicy: i32 = 6;
pub const DODownloadProperty_SecurityFlags: i32 = 7;
pub const DODownloadProperty_CallbackFreqPercent: i32 = 8;
pub const DODownloadProperty_CallbackFreqSeconds: i32 = 9;
pub const DODownloadProperty_NoProgressTimeoutSeconds: i32 = 10;
pub const DODownloadProperty_ForegroundPriority: i32 = 11;
pub const DODownloadProperty_BlockingMode: i32 = 12;
pub const DODownloadProperty_CallbackInterface: i32 = 13;
pub const DODownloadProperty_StreamInterface: i32 = 14;
pub const DODownloadProperty_SecurityContext: i32 = 15;
pub const DODownloadProperty_NetworkToken: i32 = 16;
pub const DODownloadProperty_CorrelationVector: i32 = 17;
pub const DODownloadProperty_DecryptionInfo: i32 = 18;
pub const DODownloadProperty_IntegrityCheckInfo: i32 = 19;
pub const DODownloadProperty_IntegrityCheckMandatory: i32 = 20;
pub const DODownloadProperty_TotalSizeBytes: i32 = 21;
pub const DODownloadProperty_DisallowOnCellular: i32 = 22;
pub const DODownloadProperty_HttpCustomAuthHeaders: i32 = 23;
pub const DODownloadProperty_HttpAllowSecureToNonSecureRedirect: i32 = 24;
pub const DODownloadProperty_NonVolatile: i32 = 25;
pub const DODownloadProperty_HttpRedirectionTarget: i32 = 26;
pub const DODownloadProperty_HttpResponseHeaders: i32 = 27;
pub const DODownloadProperty_HttpServerIPAddress: i32 = 28;
pub const DODownloadProperty_HttpStatusCode: i32 = 29;
// DODownloadProperty
const (
	DODownloadProperty_Id int32 = 0
	DODownloadProperty_Uri int32 = 1
	DODownloadProperty_ContentId int32 = 2
	DODownloadProperty_DisplayName int32 = 3
	DODownloadProperty_LocalPath int32 = 4
	DODownloadProperty_HttpCustomHeaders int32 = 5
	DODownloadProperty_CostPolicy int32 = 6
	DODownloadProperty_SecurityFlags int32 = 7
	DODownloadProperty_CallbackFreqPercent int32 = 8
	DODownloadProperty_CallbackFreqSeconds int32 = 9
	DODownloadProperty_NoProgressTimeoutSeconds int32 = 10
	DODownloadProperty_ForegroundPriority int32 = 11
	DODownloadProperty_BlockingMode int32 = 12
	DODownloadProperty_CallbackInterface int32 = 13
	DODownloadProperty_StreamInterface int32 = 14
	DODownloadProperty_SecurityContext int32 = 15
	DODownloadProperty_NetworkToken int32 = 16
	DODownloadProperty_CorrelationVector int32 = 17
	DODownloadProperty_DecryptionInfo int32 = 18
	DODownloadProperty_IntegrityCheckInfo int32 = 19
	DODownloadProperty_IntegrityCheckMandatory int32 = 20
	DODownloadProperty_TotalSizeBytes int32 = 21
	DODownloadProperty_DisallowOnCellular int32 = 22
	DODownloadProperty_HttpCustomAuthHeaders int32 = 23
	DODownloadProperty_HttpAllowSecureToNonSecureRedirect int32 = 24
	DODownloadProperty_NonVolatile int32 = 25
	DODownloadProperty_HttpRedirectionTarget int32 = 26
	DODownloadProperty_HttpResponseHeaders int32 = 27
	DODownloadProperty_HttpServerIPAddress int32 = 28
	DODownloadProperty_HttpStatusCode int32 = 29
)
const
  DODownloadProperty_Id = 0;
  DODownloadProperty_Uri = 1;
  DODownloadProperty_ContentId = 2;
  DODownloadProperty_DisplayName = 3;
  DODownloadProperty_LocalPath = 4;
  DODownloadProperty_HttpCustomHeaders = 5;
  DODownloadProperty_CostPolicy = 6;
  DODownloadProperty_SecurityFlags = 7;
  DODownloadProperty_CallbackFreqPercent = 8;
  DODownloadProperty_CallbackFreqSeconds = 9;
  DODownloadProperty_NoProgressTimeoutSeconds = 10;
  DODownloadProperty_ForegroundPriority = 11;
  DODownloadProperty_BlockingMode = 12;
  DODownloadProperty_CallbackInterface = 13;
  DODownloadProperty_StreamInterface = 14;
  DODownloadProperty_SecurityContext = 15;
  DODownloadProperty_NetworkToken = 16;
  DODownloadProperty_CorrelationVector = 17;
  DODownloadProperty_DecryptionInfo = 18;
  DODownloadProperty_IntegrityCheckInfo = 19;
  DODownloadProperty_IntegrityCheckMandatory = 20;
  DODownloadProperty_TotalSizeBytes = 21;
  DODownloadProperty_DisallowOnCellular = 22;
  DODownloadProperty_HttpCustomAuthHeaders = 23;
  DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24;
  DODownloadProperty_NonVolatile = 25;
  DODownloadProperty_HttpRedirectionTarget = 26;
  DODownloadProperty_HttpResponseHeaders = 27;
  DODownloadProperty_HttpServerIPAddress = 28;
  DODownloadProperty_HttpStatusCode = 29;
// DODownloadProperty
pub const DODownloadProperty_Id: i32 = 0;
pub const DODownloadProperty_Uri: i32 = 1;
pub const DODownloadProperty_ContentId: i32 = 2;
pub const DODownloadProperty_DisplayName: i32 = 3;
pub const DODownloadProperty_LocalPath: i32 = 4;
pub const DODownloadProperty_HttpCustomHeaders: i32 = 5;
pub const DODownloadProperty_CostPolicy: i32 = 6;
pub const DODownloadProperty_SecurityFlags: i32 = 7;
pub const DODownloadProperty_CallbackFreqPercent: i32 = 8;
pub const DODownloadProperty_CallbackFreqSeconds: i32 = 9;
pub const DODownloadProperty_NoProgressTimeoutSeconds: i32 = 10;
pub const DODownloadProperty_ForegroundPriority: i32 = 11;
pub const DODownloadProperty_BlockingMode: i32 = 12;
pub const DODownloadProperty_CallbackInterface: i32 = 13;
pub const DODownloadProperty_StreamInterface: i32 = 14;
pub const DODownloadProperty_SecurityContext: i32 = 15;
pub const DODownloadProperty_NetworkToken: i32 = 16;
pub const DODownloadProperty_CorrelationVector: i32 = 17;
pub const DODownloadProperty_DecryptionInfo: i32 = 18;
pub const DODownloadProperty_IntegrityCheckInfo: i32 = 19;
pub const DODownloadProperty_IntegrityCheckMandatory: i32 = 20;
pub const DODownloadProperty_TotalSizeBytes: i32 = 21;
pub const DODownloadProperty_DisallowOnCellular: i32 = 22;
pub const DODownloadProperty_HttpCustomAuthHeaders: i32 = 23;
pub const DODownloadProperty_HttpAllowSecureToNonSecureRedirect: i32 = 24;
pub const DODownloadProperty_NonVolatile: i32 = 25;
pub const DODownloadProperty_HttpRedirectionTarget: i32 = 26;
pub const DODownloadProperty_HttpResponseHeaders: i32 = 27;
pub const DODownloadProperty_HttpServerIPAddress: i32 = 28;
pub const DODownloadProperty_HttpStatusCode: i32 = 29;
const
  DODownloadProperty_Id* = 0
  DODownloadProperty_Uri* = 1
  DODownloadProperty_ContentId* = 2
  DODownloadProperty_DisplayName* = 3
  DODownloadProperty_LocalPath* = 4
  DODownloadProperty_HttpCustomHeaders* = 5
  DODownloadProperty_CostPolicy* = 6
  DODownloadProperty_SecurityFlags* = 7
  DODownloadProperty_CallbackFreqPercent* = 8
  DODownloadProperty_CallbackFreqSeconds* = 9
  DODownloadProperty_NoProgressTimeoutSeconds* = 10
  DODownloadProperty_ForegroundPriority* = 11
  DODownloadProperty_BlockingMode* = 12
  DODownloadProperty_CallbackInterface* = 13
  DODownloadProperty_StreamInterface* = 14
  DODownloadProperty_SecurityContext* = 15
  DODownloadProperty_NetworkToken* = 16
  DODownloadProperty_CorrelationVector* = 17
  DODownloadProperty_DecryptionInfo* = 18
  DODownloadProperty_IntegrityCheckInfo* = 19
  DODownloadProperty_IntegrityCheckMandatory* = 20
  DODownloadProperty_TotalSizeBytes* = 21
  DODownloadProperty_DisallowOnCellular* = 22
  DODownloadProperty_HttpCustomAuthHeaders* = 23
  DODownloadProperty_HttpAllowSecureToNonSecureRedirect* = 24
  DODownloadProperty_NonVolatile* = 25
  DODownloadProperty_HttpRedirectionTarget* = 26
  DODownloadProperty_HttpResponseHeaders* = 27
  DODownloadProperty_HttpServerIPAddress* = 28
  DODownloadProperty_HttpStatusCode* = 29
enum DODownloadProperty : int {
    DODownloadProperty_Id = 0,
    DODownloadProperty_Uri = 1,
    DODownloadProperty_ContentId = 2,
    DODownloadProperty_DisplayName = 3,
    DODownloadProperty_LocalPath = 4,
    DODownloadProperty_HttpCustomHeaders = 5,
    DODownloadProperty_CostPolicy = 6,
    DODownloadProperty_SecurityFlags = 7,
    DODownloadProperty_CallbackFreqPercent = 8,
    DODownloadProperty_CallbackFreqSeconds = 9,
    DODownloadProperty_NoProgressTimeoutSeconds = 10,
    DODownloadProperty_ForegroundPriority = 11,
    DODownloadProperty_BlockingMode = 12,
    DODownloadProperty_CallbackInterface = 13,
    DODownloadProperty_StreamInterface = 14,
    DODownloadProperty_SecurityContext = 15,
    DODownloadProperty_NetworkToken = 16,
    DODownloadProperty_CorrelationVector = 17,
    DODownloadProperty_DecryptionInfo = 18,
    DODownloadProperty_IntegrityCheckInfo = 19,
    DODownloadProperty_IntegrityCheckMandatory = 20,
    DODownloadProperty_TotalSizeBytes = 21,
    DODownloadProperty_DisallowOnCellular = 22,
    DODownloadProperty_HttpCustomAuthHeaders = 23,
    DODownloadProperty_HttpAllowSecureToNonSecureRedirect = 24,
    DODownloadProperty_NonVolatile = 25,
    DODownloadProperty_HttpRedirectionTarget = 26,
    DODownloadProperty_HttpResponseHeaders = 27,
    DODownloadProperty_HttpServerIPAddress = 28,
    DODownloadProperty_HttpStatusCode = 29,
}
#define global DODownloadProperty_Id                                 0x0
#define global DODownloadProperty_Uri                                0x1
#define global DODownloadProperty_ContentId                          0x2
#define global DODownloadProperty_DisplayName                        0x3
#define global DODownloadProperty_LocalPath                          0x4
#define global DODownloadProperty_HttpCustomHeaders                  0x5
#define global DODownloadProperty_CostPolicy                         0x6
#define global DODownloadProperty_SecurityFlags                      0x7
#define global DODownloadProperty_CallbackFreqPercent                0x8
#define global DODownloadProperty_CallbackFreqSeconds                0x9
#define global DODownloadProperty_NoProgressTimeoutSeconds           0xA
#define global DODownloadProperty_ForegroundPriority                 0xB
#define global DODownloadProperty_BlockingMode                       0xC
#define global DODownloadProperty_CallbackInterface                  0xD
#define global DODownloadProperty_StreamInterface                    0xE
#define global DODownloadProperty_SecurityContext                    0xF
#define global DODownloadProperty_NetworkToken                       0x10
#define global DODownloadProperty_CorrelationVector                  0x11
#define global DODownloadProperty_DecryptionInfo                     0x12
#define global DODownloadProperty_IntegrityCheckInfo                 0x13
#define global DODownloadProperty_IntegrityCheckMandatory            0x14
#define global DODownloadProperty_TotalSizeBytes                     0x15
#define global DODownloadProperty_DisallowOnCellular                 0x16
#define global DODownloadProperty_HttpCustomAuthHeaders              0x17
#define global DODownloadProperty_HttpAllowSecureToNonSecureRedirect 0x18
#define global DODownloadProperty_NonVolatile                        0x19
#define global DODownloadProperty_HttpRedirectionTarget              0x1A
#define global DODownloadProperty_HttpResponseHeaders                0x1B
#define global DODownloadProperty_HttpServerIPAddress                0x1C
#define global DODownloadProperty_HttpStatusCode                     0x1D