BITS_FILE_PROPERTY_VALUE structure

The BITS_FILE_PROPERTY_VALUE union provides the property value of the Delivery Optimization file based on a value from the BITS_FILE_PROPERTY_ID enumeration.

Syntax

typedef struct {
  LPWSTR String;
} BITS_FILE_PROPERTY_VALUE;

Members

String

This value is used when using the property ID enum value BITS_FILE_PROPERTY_ID_HTTP_RESPONSE_HEADERS.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1709 [desktop apps only]
Minimum supported server
Windows Server, version 1709 [desktop apps only]
Header
Deliveryoptimization.h

See also

BITS_FILE_PROPERTY_ID

IBackgroundCopyFile5.GetProperty

IBackgroundCopyFile5.SetProperty