DO_DOWNLOAD_ENUM_CATEGORY structure (deliveryoptimization.h)

The DO_DOWNLOAD_ENUM_CATEGORY structure is used by IDOManager::EnumDownloads to filter the downloads enumeration by the specific property's value.

Syntax

typedef struct _DO_DOWNLOAD_ENUM_CATEGORY {
  DODownloadProperty Property;
  LPCWSTR            Value;
} DO_DOWNLOAD_ENUM_CATEGORY;

Members

Property

The property name to be used for the download enumeration. These properties are supported for enumeration purposes.

  • DODownloadProperty_Id
  • DODownloadProperty_Uri
  • DODownloadProperty_ContentId
  • DODownloadProperty_DisplayName
  • DODownloadProperty_LocalPath

Value

The property's value.

Requirements

Requirement Value
Minimum supported client Windows 11 Build 22621
Header deliveryoptimization.h