Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.73 KB

nf-d3d12video-id3d12videomotionvectorheap-getprotectedresourcesession.md

File metadata and controls

62 lines (51 loc) · 1.73 KB
UID title ms.date targetos description tech.root req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:d3d12video.ID3D12VideoMotionVectorHeap.GetProtectedResourceSession
ID3D12VideoMotionVectorHeap::GetProtectedResourceSession
11/4/2019
Windows
Gets the ID3D12ProtectedResourceSession that was passed into ID3D12VideoDevice1::CreateVideoMotionEstimatorHeap when the ID3D12VideoMotionEstimatorHeap was created.
mf
function
d3d12video.h
Windows 10, version 2004 (10.0; Build 19041)
Windows Server, version 2004 (10.0; Build 19041)
apiref
COM
d3d12video.h
ID3D12VideoMotionVectorHeap::GetProtectedResourceSession
ID3D12VideoMotionVectorHeap::GetProtectedResourceSession
d3d12video/ID3D12VideoMotionVectorHeap::GetProtectedResourceSession
c++

-description

Gets the ID3D12ProtectedResourceSession that was passed into ID3D12VideoDevice1::CreateVideoMotionEstimatorHeap when the ID3D12VideoMotionEstimatorHeap was created.

-parameters

-param riid

The globally unique identifier (GUID) for the ID3D12ProtectedResourceSession interface.

-param ppProtectedSession

Receives a void pointer representing the ID3D12ProtectedResourceSession interface.

-returns

This method returns HRESULT.

-remarks

-see-also