Site icon EfmSoft

What does HRESULT 0xC00D7180 (MF_E_ITA_OPL_DATA_NOT_INITIALIZED) mean?

 
Previous Next
MF_E_NO_PMP_HOST MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT

MF_E_ITA_OPL_DATA_NOT_INITIALIZED

MF_E_ITA_OPL_DATA_NOT_INITIALIZED is an ITA state-ordering failure. Output Protection Level data required for WMDRM policy generation has not been initialized when the ITA attempts to use it.

Trace ITA initialization before requesting output policy

The code differs from MF_E_BAD_OPL_STRUCTURE_FORMAT, where OPL data exists but is malformed, and from MF_E_OPL_NOT_SUPPORTED, where the requirement cannot be supported. Here the OPL state is not ready. Repeated OTA policy calls cannot initialize missing ITA data. Find the earlier initialization or rights-processing step that should establish OPL information before GetPolicy.

Microsoft: IMFInputTrustAuthority policy flow · Microsoft: output policy · Microsoft PlayReady: OPL concepts


Looking for a different code? Search another status or error code.

Exit mobile version