IMFSensorProfileCollection::AddProfile 方法 (mfidl.h)

将指定的配置文件添加到集合。

语法

HRESULT AddProfile(
  [in] IMFSensorProfile *pProfile
);

parameters

[in] pProfile

指向描述要添加的配置文件的 IMFSensorProfile 对象的指针。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

   
最低受支持的客户端 Windows 10版本 1803 [仅限桌面应用]
最低受支持的服务器 Windows Server [仅限桌面应用]
目标平台 Windows
标头 mfidl.h
Library Mfsensorgroup.lib
DLL Mfsensorgroup.dll

另请参阅

IMFSensorProfileCollection