DRM Network Operations

[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.]

Several DRM-related operations require your application to connect to a service running on a network. These operations include individualization, license acquisition, license revocation, and license backup and restoration.

As with any network transaction, your application should account for a variety of difficulties when including features that require network operations. Your application should track the status of the operation to whatever extent is possible for the specific feature, usually by handling status messages. You should provide feedback to the user about status. If an operation fails on the first try, you should give the user the opportunity to retry. In many cases, the first attempt encounters difficulty, but a subsequent try completes without error.

Note

DRM is not supported by the x64-based version of this SDK.

 

Enabling DRM Support