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

> 수명 추적 개체의 수명 상태를 지정하는 상수를 정의합니다.

수명 추적 개체의 수명 상태를 지정하는 상수를 정의합니다.

## 구문

```cpp theme={null}
typedef enum D3D12_LIFETIME_STATE
{
    D3D12_LIFETIME_STATE_IN_USE = 0,
    D3D12_LIFETIME_STATE_NOT_IN_USE = 0
} D3D12_LIFETIME_STATE
```

## 상수

| 상수                                   | 설명                         |
| ------------------------------------ | -------------------------- |
| D3D12\_LIFETIME\_STATE\_IN\_USE      | 수명 추적 개체가 사용 중임을 지정합니다.    |
| D3D12\_LIFETIME\_STATE\_NOT\_IN\_USE | 수명 추적 개체가 사용 중이 아님을 지정합니다. |

## 설명

## 요구 사항

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

## 함께 보기


## Related topics

- [LifetimeStateUpdated](/ko/reference/graphics/d3d12/interfaces/id3d12lifetimeowner/methods/id3d12lifetimeowner_lifetimestateupdated_public.md)
- [ID3D12LifetimeOwner](/ko/reference/graphics/d3d12/interfaces/id3d12lifetimeowner/id3d12lifetimeowner_public.md)
- [ID3D12LifetimeTracker](/ko/reference/graphics/d3d12/interfaces/id3d12lifetimetracker/id3d12lifetimetracker_public.md)
- [D3D12_GRAPHICS_STATES](/ko/reference/graphics/d3d12/enums/d3d12_graphics_states_public.md)
- [D3D12_TRI_STATE](/ko/reference/graphics/d3d12/enums/d3d12_tri_state_public.md)
