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