共用方式為


IMFSensorProfileCollection::AddProfile 方法 (mfidl.h)

將指定的設定檔加入至集合。

語法

HRESULT AddProfile(
  [in] IMFSensorProfile *pProfile
);

參數

[in] pProfile

描述要新增之設定檔之 IMFSensorProfile 物件的指標。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

需求

   
最低支援的用戶端 Windows 10版本 1803 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server [僅限傳統型應用程式]
目標平台 Windows
標頭 mfidl.h
程式庫 Mfsensorgroup.lib
Dll Mfsensorgroup.dll

另請參閱

IMFSensorProfileCollection