> ## 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.

# D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS

> 보호된 리소스 세션 지원을 지정하는 상수를 정의합니다.

보호된 리소스 세션 지원을 지정하는 상수를 정의합니다.

## 구문

```cpp theme={null}
typedef enum D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS
{
    D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_NONE (0x0) = 0,
    D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_SUPPORTED (0x1) = 0
} D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS
```

## 상수

| 상수                                                                  | 설명                          |
| ------------------------------------------------------------------- | --------------------------- |
| D3D12\_PROTECTED\_RESOURCE\_SESSION\_SUPPORT\_FLAG\_NONE (0x0)      | 보호된 리소스 세션이 지원되지 않음을 나타냅니다. |
| D3D12\_PROTECTED\_RESOURCE\_SESSION\_SUPPORT\_FLAG\_SUPPORTED (0x1) | 보호된 리소스 세션이 지원됨을 나타냅니다.     |

## 설명

## 요구 사항

**헤더:** d3d12\_xs.h 또는 d3d12\_x.h<br />**라이브러리:** d3d12\_xs.lib 또는 d3d12\_x.lib<br />**지원 플랫폼**: XBOX Series 콘솔 및 XBOX One 제품군

## 함께 보기


## Related topics

- [D3D12_PROTECTED_RESOURCE_SESSION_FLAGS](/ko/reference/graphics/d3d12/enums/d3d12_protected_resource_session_flags_public.md)
- [D3D12_PROTECTED_RESOURCE_SESSION_DESC1](/ko/reference/graphics/d3d12/structs/d3d12_protected_resource_session_desc1_public.md)
- [D3D12_PROTECTED_RESOURCE_SESSION_DESC](/ko/reference/graphics/d3d12/structs/d3d12_protected_resource_session_desc_public.md)
- [ID3D12ProtectedResourceSession](/ko/reference/graphics/d3d12/interfaces/id3d12protectedresourcesession/id3d12protectedresourcesession_public.md)
- [ID3D12ProtectedResourceSession::GetDesc](/ko/reference/graphics/d3d12/interfaces/id3d12protectedresourcesession/methods/id3d12protectedresourcesession_getdesc_public.md)
