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

# GetShapeXmaErrorSet

> GetShapeXmaErrorSet

# GetShapeXmaErrorSet

エラーが発生したかどうかを示すフラグを取得します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
bool GetShapeXmaErrorSet(  
         const SHAPE_XMA_CONTEXT* context  
)  
```

<a id="parametersSection" />

### パラメーター

*context*   \_In\_\
型: [SHAPE\_XMA\_CONTEXT](/reference/audio/shapexmacontext/structs/shape_xma_context)\*

[SHAPE\_XMA\_CONTEXT](/reference/audio/shapexmacontext/structs/shape_xma_context) オブジェクトへのポインター。

<a id="retvalSection" />

### 戻り値

型: bool

エラーが発生した場合は True。

<a id="remarksSection" />

## 解説

Scalable Hardware Audio Processing Engine (SHAPE) は、リアルタイム応答を必要としないさまざまなイベントを報告するために、Status and Reporting Queue (SRQ) を使用します。

戻り値が true の場合は、[GetShapeXmaErrorStatus](/reference/audio/shapexmacontext/functions/getshapexmaerrorstatus) を呼び出してエラー値を取得してください。

詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview) の [XMA](/build/console-features/audio/overviews/shape-overview#ID4EYD) セクションを参照してください。

<a id="requirementsSection" />

## 要件

**ヘッダー:** shapexmacontext.h

**サポート対象プラットフォーム:** XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

[ShapeXmaContext](/reference/audio/shapexmacontext/shapexmacontext_members)


## Related topics

- [GetShapeXmaErrorStatus](/ja-jp/reference/audio/shapexmacontext/functions/getshapexmaerrorstatus.md)
- [ShapeXmaContext](/ja-jp/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [GetShapeXmaParserErrorSet](/ja-jp/reference/audio/shapexmacontext/functions/getshapexmaparsererrorset.md)
- [GetShapeXmaParserErrorStatus](/ja-jp/reference/audio/shapexmacontext/functions/getshapexmaparsererrorstatus.md)
- [SHAPE_XMA_CONTEXT](/ja-jp/reference/audio/shapexmacontext/structs/shape_xma_context.md)
