DRM_HTTP_STATUS enumeration (Wmdrmsdk.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The DRM_HTTP_STATUS enumeration type defines a range of HTTP states for a DRM request.

Syntax

typedef enum DRM_HTTP_STATUS { 
  HTTP_NOTINITIATED  = 0,
  HTTP_CONNECTING    = 1,
  HTTP_REQUESTING    = 2,
  HTTP_RECEIVING     = 3,
  HTTP_COMPLETED     = 4
} ;

Constants

HTTP_NOTINITIATED

The HTTP operations have not been initiated.

HTTP_CONNECTING

The connection is being established.

HTTP_REQUESTING

Data is being requested.

HTTP_RECEIVING

Data is being received.

HTTP_COMPLETED

The HTTP operations are complete.

Remarks

This enumeration is used by the WM_INDIVIDUALIZE_STATUS structure.

Requirements

Requirement Value
Header
Wmdrmsdk.h

See also

Enumeration Types