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 Übermittlungsoptimierung an. Diese Enumeration wird von der IDODownloadInternal-Schnittstelle verwendet, und ein VARIANT-Wert wird verwendet, um den Eigenschaftswert zu erhalten und fest zu legen.

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 Dies ist optional. Legt einen bestimmten Korrelationsvektor für Telemetriezwecke fest. Der VARIANT-Typ VT_BSTR.
DODownloadPropertyEx_DecryptionInfo Reserviert. Darf nicht verwendet werden.
DODownloadPropertyEx_IntegrityCheckInfo Optionaler Schreibzugriff. Legt den PhF-Speicherort (Piece Hash File) fest, der von Übermittlungsoptimierung verwendet wird, um Laufzeitintegritätsprüfungen für den heruntergeladenen Inhalt durchzuführen. Der VARIANT-Typ VT_BSTR.
DODownloadPropertyEx_IntegrityCheckMandatory Dies ist 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. Der VARIANT-Typ 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 [ win32-Anwendungen]
Unterstützte Mindestversion (Server) Windows Server, Version 1809 [ Nur Win32-Anwendungen]
Header DODownloadInternal.h