Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.79 KB

nf-mfmediaengine-imfmediaengineopminfo-getopminfo.md

File metadata and controls

100 lines (84 loc) · 2.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfmediaengine.IMFMediaEngineOPMInfo.GetOPMInfo
IMFMediaEngineOPMInfo::GetOPMInfo (mfmediaengine.h)
Gets status information about the Output Protection Manager (OPM).
GetOPMInfo
GetOPMInfo method [Media Foundation]
GetOPMInfo method [Media Foundation]
IMFMediaEngineOPMInfo interface
IMFMediaEngineOPMInfo interface [Media Foundation]
GetOPMInfo method
IMFMediaEngineOPMInfo.GetOPMInfo
IMFMediaEngineOPMInfo::GetOPMInfo
mf.imfmediaengineopminfo_getopminfo
mfmediaengine/IMFMediaEngineOPMInfo::GetOPMInfo
mf\imfmediaengineopminfo_getopminfo.htm
mf
5e4a6e8f-5042-4de1-8cea-64b8e6cc928a
12/05/2018
GetOPMInfo, GetOPMInfo method [Media Foundation], GetOPMInfo method [Media Foundation],IMFMediaEngineOPMInfo interface, IMFMediaEngineOPMInfo interface [Media Foundation],GetOPMInfo method, IMFMediaEngineOPMInfo.GetOPMInfo, IMFMediaEngineOPMInfo::GetOPMInfo, mf.imfmediaengineopminfo_getopminfo, mfmediaengine/IMFMediaEngineOPMInfo::GetOPMInfo
mfmediaengine.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Mfmediaengine.idl
Windows
19H1
IMFMediaEngineOPMInfo::GetOPMInfo
mfmediaengine/IMFMediaEngineOPMInfo::GetOPMInfo
c++
APIRef
kbSyntax
COM
mfmediaengine.h
IMFMediaEngineOPMInfo.GetOPMInfo

IMFMediaEngineOPMInfo::GetOPMInfo

-description

Gets status information about the Output Protection Manager (OPM).

-parameters

-param pStatus [out]

    A pointer to a <a href="/windows/desktop/medfound/mf-media-engine-opm-status">MF_MEDIA_ENGINE_OPM_STATUS</a> enum type that indicates the OPM status.

-param pConstricted [out]

A pointer to a BOOL type that indicates the constriction status.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded
INVALIDARG
If any of the parameters are NULL.

-see-also

IMFMediaEngineOPMInfo