> ## 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 ファミリ

## 関連項目
