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

# IDStorageFactoryX1::GetStats

> IDStorageFactoryX1::GetStats

# IDStorageFactoryX1::GetStats

DirectStorage の統計情報を取得します。この統計情報には Win32 ファイル IO は含まれません。

## 構文

```cpp theme={null}
void GetStats(  
    DSTORAGE_STATS *stats  
)  
```

### パラメーター

*stats*\
Type: [DSTORAGE\_STATS](/reference/system/dstorage/structs/dstorage_stats) \*

DirectStorage の統計情報を受け取る構造体へのポインター。

### 戻り値

Type: void

## 解説

この関数は、既存の診断およびテレメトリのパイプラインに DirectStorage を統合するために使用できます。処理は最小限に抑えられており、頻繁に呼び出すことができます。統計情報には Win32 ファイル IO 操作は含まれません。

## 要件

**ヘッダー:** dstorage\_xs.h

**ライブラリ:** dstorage\_xs.lib

**サポートされているプラットフォーム:** XBOX Series 本体

## 関連項目

[IDStorageFactoryX1](/reference/system/dstorage/interfaces/IDStorageFactoryX1/idstoragefactoryx1)\
[DStorage](/reference/system/dstorage/dstorage_members)\
[DirectStorage の概要](/build/console-features/storage/directstorage/directstorage-overview)


## Related topics

- [DSTORAGE_STATS](/ja-jp/reference/system/dstorage/structs/dstorage_stats.md)
- [DSTORAGE_PRIORITY_STATS](/ja-jp/reference/system/dstorage/structs/dstorage_priority_stats.md)
- [IDStorageFactoryX1](/ja-jp/reference/system/dstorage/interfaces/IDStorageFactoryX1/idstoragefactoryx1.md)
- [DirectStorage の概要](/ja-jp/build/console-features/storage/directstorage/directstorage-overview.md)
- [DStorageGetFactory](/ja-jp/reference/system/dstorage/functions/dstoragegetfactory.md)
