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

> This subobject is unsupported in the current release.

This subobject is unsupported in the current release.

## Syntax

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

### Members

*SubobjectToAssociate*\
Type: LPCWSTR

*NumExports*\
Type: UINT

Size of the <i>pExports</i> array.  If 0, this is being explicitly defined as a default association.  Another way to define a default association is to omit this subobject association for that subobject completely.

*pExports*\
Type: LPCWSTR \*

The array of exports with which the subobject is associated.

## Requirements

**Header:** d3d12\_xs.h\
**Library:** d3d12\_xs.lib\
**Supported Platforms**: XBOX Series consoles
