IMFSensorProfileCollection::FindProfile 方法 (mfidl.h)

根据指定的配置文件 ID 查找配置文件。

语法

HRESULT FindProfile(
  [in]  SENSORPROFILEID  *ProfileId,
  [out] IMFSensorProfile **ppProfile
);

parameters

[in] ProfileId

指向要查找的配置文件的 ID 的指针。

[out] ppProfile

成功后,返回指向配置文件的双指针。

返回值

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

要求

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

另请参阅

IMFSensorProfileCollection