DODownloadPropertyEx-Enumeration
Wichtig
Die DODownloadPropertyEx-Enumeration ist veraltet. Verwenden Sie stattdessen die DODownloadProperty-Enumeration mit IDODownload::GetProperty und IDODownload::SetProperty.
Die DODownloadPropertyEx-Enumeration gibt die ID der erweiterten Eigenschaften für den Downloadvorgang der Übermittlungsoptimierung an. Diese Enumeration wird von der IDODownloadInternal-Schnittstelle verwendet, und ein VARIANT-Wert wird verwendet, um den Eigenschaftswert abzurufen und festzulegen.
Syntax
typedef enum _DODownloadPropertyEx
{
DODownloadPropertyEx_UpdateId = 0,
DODownloadPropertyEx_CorrelationVector,
DODownloadPropertyEx_DecryptionInfo,
DODownloadPropertyEx_IntegrityCheckInfo,
DODownloadPropertyEx_IntegrityCheckMandatory,
DODownloadPropertyEx_TotalSizeBytes,
DODownloadPropertyEx_TempLocalFileUsage
} DODownloadPropertyEx;
Konstanten
Anforderung | Wert |
---|---|
DODownloadPropertyEx_UpdateId | Reserviert. Darf nicht verwendet werden. |
DODownloadPropertyEx_CorrelationVector | Optional. Legt einen bestimmten Korrelationsvektor für Telemetriezwecke fest. Variant-Typ ist VT_BSTR. |
DODownloadPropertyEx_DecryptionInfo | Reserviert. Darf nicht verwendet werden. |
DODownloadPropertyEx_IntegrityCheckInfo | Optionaler Schreibschutz. Legt den Speicherort der Stückhashdatei (PHF) fest, der von der Übermittlungsoptimierung verwendet wird, um Laufzeitintegritätsprüfungen für den heruntergeladenen Inhalt durchzuführen. Variant-Typ ist VT_BSTR. |
DODownloadPropertyEx_IntegrityCheckMandatory | Optional. Legt ein boolesches Flag fest, das angibt, ob die Verwendung der Stückhashdatei (PHF) obligatorisch ist. Wenn VARIANT_TRUE, wird der Download abgebrochen, sobald die Integritätsprüfung fehlgeschlagen ist. Variant-Typ ist VT_BOOL. |
DODownloadPropertyEx_TotalSizeBytes | Reserviert. Darf nicht verwendet werden. |
DODownloadPropertyEx_TempLocalFileUsage | Reserviert. Darf nicht verwendet werden. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 10, Version 1809 [nur Win32-Anwendungen] |
Unterstützte Mindestversion (Server) | Windows Server, Version 1809 [nur Win32-Anwendungen] |
Kopfzeile | DODownloadInternal.h |