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

# DestroyOwnedObject

> 수명 추적된 개체를 소멸시킵니다.

수명 추적된 개체를 소멸시킵니다.

## 구문

```cpp theme={null}
HRESULT DestroyOwnedObject(
    ID3D12DeviceChild  pObject
)
```

### 매개 변수

*pObject \[in]*\
형식: ID3D12DeviceChild \*

수명 추적된 개체를 나타내는 **ID3D12DeviceChild** 인터페이스에 대한 포인터입니다.

### 반환 값

형식: HRESULT

## 설명

## 요구 사항

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

## 함께 보기


## Related topics

- [client_network_destroyed](/ko/services/playfab/api-references/events/Networking/client-network-destroyed.md)
- [SetDeleteOnDestroy](/ko/reference/graphics/d3d12/interfaces/id3d12shadercachesession/methods/id3d12shadercachesession_setdeleteondestroy_public.md)
- [PartyNetwork::DestroyEndpoint](/ko/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_destroyendpoint.md)
- [PFMultiplayerDestroyMatchmakingTicket](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayerdestroymatchmakingticket.md)
- [PartyManager::DestroyLocalUser](/ko/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_destroylocaluser.md)
