共用方式為


IMFSensorProfileCollection::GetProfile 方法 (mfidl.h)

擷取指定的設定檔。

語法

HRESULT GetProfile(
  [in]  DWORD            Index,
  [out] IMFSensorProfile **ppProfile
);

參數

[in] Index

要擷取之設定檔的索引。

[out] ppProfile

成功時,傳回描述指定感應器設定檔之 IMFSensorProfile 物件的雙指標。

傳回值

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

需求

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

另請參閱

IMFSensorProfileCollection