次の方法で共有


DStorageGetFactory

静的な DirectStorage ファクトリ オブジェクトを返します。

構文

HRESULT DStorageGetFactory(  
         REFIID riid,  
         void **ppv  
)  

パラメーター

riid   
型: REFIID

__uuidof(IDStorageFactoryX1) などの DirectStorage ファクトリ インターフェイスを指定します。

ppv   
型: void **

静的な DirectStorage ファクトリ オブジェクトへの参照を受け取るポインター。

戻り値

型: HRESULT

標準の HRESULT エラー コード。

解説

この関数は、静的な DirectStorage ファクトリ オブジェクト (IDStorageFactoryX1) を返します。 オブジェクトを使用して、DirectStorage キューを作成し、DirectStorage アクセス用にファイルを開いて、グローバル操作を実行します。

詳細については、「DirectStorage の概要」の「IDStorageFactoryX」および「IDStorageFactoryX1」セクションを参照してください。

要件

ヘッダー: dstorage_xs.h

ライブラリ: dstorage_xs.lib

サポートされているプラットフォーム: Xbox Series コンソール

関連項目

IDStorageFactoryX
IDStorageFactoryX1
DStorage