DRM_HTTP_STATUS enumeration (Drmexternals.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 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
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Version
Windows Media Format 7 SDK, or later versions of the SDK
Header
Drmexternals.h

See also

DRM_INDIVIDUALIZATION_STATUS

Enumeration Types