ID3D12ProtectedResourceSession interface (d3d12.h)

Monitors the validity of a protected resource session. This interface extends ID3D12ProtectedSession.

You can obtain an ID3D12ProtectedResourceSession by calling ID3D12Device4::CreateProtectedResourceSession.

Inheritance

The ID3D12ProtectedResourceSession interface inherits from the ID3D12ProtectedSession interface.

Methods

The ID3D12ProtectedResourceSession interface has these methods.

 
ID3D12ProtectedResourceSession::GetDesc

Retrieves a description of the protected resource session. (ID3D12ProtectedResourceSession.GetDesc)

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h

See also