> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ID3D12ProtectedResourceSession::GetDesc

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

Retrieves a description of the protected resource session.

## Syntax

```cpp theme={null}
D3D12_PROTECTED_RESOURCE_SESSION_DESC GetDesc(
)
```

### Parameters

### Return value

Type: D3D12\_PROTECTED\_RESOURCE\_SESSION\_DESC

A [D3D12\_PROTECTED\_RESOURCE\_SESSION\_DESC](/reference/graphics/d3d12/structs/d3d12_protected_resource_session_desc_public) that describes the protected resource session.

## Requirements

**Header:** d3d12\_xs.h or d3d12\_x.h<br />**Library:** d3d12\_xs.lib or d3d12\_x.lib<br />**Supported Platforms**: XBOX Series consoles and XBOX One family

## See Also

* [ID3D12ProtectedResourceSession](/reference/graphics/d3d12/interfaces/id3d12protectedresourcesession/id3d12protectedresourcesession_public)


## Related topics

- [ID3D12ProtectedResourceSession](/reference/graphics/d3d12/interfaces/id3d12protectedresourcesession/id3d12protectedresourcesession_public.md)
- [D3D12_PROTECTED_RESOURCE_SESSION_DESC](/reference/graphics/d3d12/structs/d3d12_protected_resource_session_desc_public.md)
- [D3D12_PROTECTED_RESOURCE_SESSION_DESC1](/reference/graphics/d3d12/structs/d3d12_protected_resource_session_desc1_public.md)
- [ID3D12Resource::GetDesc](/reference/graphics/d3d12/interfaces/id3d12resource/methods/id3d12resource_getdesc_public.md)
- [ID3D12ShaderCacheSession::GetDesc](/reference/graphics/d3d12/interfaces/id3d12shadercachesession/methods/id3d12shadercachesession_getdesc_public.md)
