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

> 当前版本不支持此子对象。

当前版本不支持此子对象。

## 语法

```cpp theme={null}
typedef struct D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION
{
    LPCWSTR SubobjectToAssociate;
    UINT NumExports;
    LPCWSTR  pExports;
} D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION
```

### 成员

*SubobjectToAssociate*\
类型:LPCWSTR

*NumExports*\
类型:UINT

<i>pExports</i> 数组的大小。如果为 0,则显式定义为默认关联。定义默认关联的另一种方法是完全省略该子对象的此子对象关联。

*pExports*\
类型:LPCWSTR \*

与该子对象关联的导出数组。

## 要求

**头文件:** d3d12\_xs.h\
**库:** d3d12\_xs.lib\
**支持的平台**:XBOX Series 主机


## Related topics

- [D3D12_STATE_SUBOBJECT_TYPE](/zh-CN/reference/graphics/d3d12/enums/d3d12_state_subobject_type_public.md)
- [D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION](/zh-CN/reference/graphics/d3d12/structs/d3d12_subobject_to_exports_association_public.md)
- [D3D12_DXIL_LIBRARY_DESC (XBOX Series 主机)](/zh-CN/reference/graphics/d3d12/structs/d3d12_dxil_library_desc_public.md)
- [D3D12_EXPORT_DESC (XBOX Series 主机)](/zh-CN/reference/graphics/d3d12/structs/d3d12_export_desc_public.md)
- [D3D12_STATE_SUBOBJECT](/zh-CN/reference/graphics/d3d12/structs/d3d12_state_subobject_public.md)
