DRM_INDIVIDUALIZATION_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_INDIVIDUALIZATION_STATUS enumeration type defines the valid states for DRM individualization.

Syntax

typedef enum DRM_INDIVIDUALIZATION_STATUS { 
  INDI_UNDEFINED  = 0x0000,
  INDI_BEGIN      = 0x0001,
  INDI_SUCCEED    = 0x0002,
  INDI_FAIL       = 0x0004,
  INDI_CANCEL     = 0x0008,
  INDI_DOWNLOAD   = 0x0010,
  INDI_INSTALL    = 0x0020
} ;

Constants

INDI_UNDEFINED

This value is reserved for future use.

INDI_BEGIN

Indicates the start of the individualization process.

INDI_SUCCEED

Indicates that the individualization process has been completed.

INDI_FAIL

Indicates that the individualization process failed.

INDI_CANCEL

Indicates that the individualization process was canceled by the application.

INDI_DOWNLOAD

Indicates that the security upgrade is being downloaded.

INDI_INSTALL

Indicates that the security upgrade is being installed.

Remarks

This enumeration is used by the WM_INDIVIDUALIZE_STATUS structure.

Requirements

Requirement Value
Header
Wmdrmsdk.h

See also

Enumeration Types