ID3D12ProtectedSession::GetSessionStatus method (d3d12.h)

Gets the status of the protected session.

Syntax

D3D12_PROTECTED_SESSION_STATUS GetSessionStatus();

Return value

Type: D3D12_PROTECTED_SESSION_STATUS

The status of the protected session. If the returned value is D3D12_PROTECTED_SESSION_STATUS_INVALID, then you need to wait for a uniqueness value bump to reuse the resource if the session is an ID3D12ProtectedResourceSession.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header d3d12.h
Library D3D12.lib
DLL D3D12.dll

See also

ID3D12ProtectedSession