Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 2.05 KB

meindividualizationstart.md

File metadata and controls

56 lines (29 loc) · 2.05 KB
description ms.assetid title ms.topic ms.date
Raised by the policy engine when individualization is about to begin. Individualization is performed using the applications implementation of the IMFContentProtectionManager interface.
a3ba98ee-4d2e-466d-be9a-c7e3b5f920a7
MEIndividualizationStart event (Mfobjects.h)
reference
05/31/2018

MEIndividualizationStart event

Raised by the policy engine when individualization is about to begin. Individualization is performed using the application's implementation of the IMFContentProtectionManager interface.

An individualized application is one that has received an upgrade to its digital rights management (DRM) components that differentiates it from all other copies of the same application. Content owners can require that their protected files be played only on an application that has been individualized.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Remarks

When license acquisition is completed, the policy engine raises the MEIndividualizationCompleted event.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events