BITS_FILE_PROPERTY_ID enumeration (bits5_0.h)

Defines constants that specify ID values corresponding to background copy file properties. See IBackgroundCopyFile5::GetProperty method and SetProperty method.

Syntax

typedef enum BITS_FILE_PROPERTY_ID {
  BITS_FILE_PROPERTY_ID_HTTP_RESPONSE_HEADERS = 1
} ;

Constants

 
BITS_FILE_PROPERTY_ID_HTTP_RESPONSE_HEADERS
Value: 1
The full set of HTTP response headers from the server's last HTTP response packet.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header bits5_0.h

See also