MF_CONTENTDECRYPTIONMODULE_INPRIVATESTOREPATH property

Specifies a file path representing a storage location the Content Decryption Module (CDM) can use for content-specific data.

Data type

LPWSTR (VT_LPWSTR)

Property GUID

MF_CONTENTDECRYPTIONMODULE_INPRIVATESTOREPATH

Property value

A file path representing a storage location the Content Decryption Module (CDM) can use for content-specific data.

Remarks

The app should delete the store location after the CDM object has been released.

If this property isn't set, the system will use the path specified with the MF_CONTENTDECRYPTIONMODULE_STOREPATH property for content-specific data.

Set this property when you create a CDM by calling IMFContentDecryptionModuleAccess::CreateContentDecryptionModule.

Requirements

Requirement Value
Minimum supported client
Windows 10 April 2020 Update
Header
mfcontentdecryptionmodule.h

See also