DStorageGetFactory

返回静态 DirectStorage 工厂对象。

语法

HRESULT DStorageGetFactory(  
         REFIID riid,  
         void **ppv  
)  

参数

riid   
类型:REFIID

指定 DirectStorage 工厂接口,如 __uuidof(IDStorageFactoryX1)

ppv   
类型:void **

接收对静态 DirectStorage 工厂对象的引用的指针。

返回值

类型:HRESULT

标准 HRESULT 错误代码。

备注

此函数返回静态 DirectStorage 工厂对象 (IDStorageFactoryX1)。 使用该对象创建 DirectStorage 队列、打开用于 DirectStorage 访问的文件并执行全局操作。

有关详细信息,请参阅 DirectStorage 概述的“IDStorageFactoryX”和“IDStorageFactoryX1”部分。

要求

头文件:dstorage_xs.h

库:dstorage_xs.lib

支持的平台:Xbox Series 主机

另请参阅

IDStorageFactoryX
IDStorageFactoryX1
DStorage