IMFSensorProfileCollection::FindProfile 메서드(mfidl.h)

지정된 프로필 ID를 기반으로 프로필을 찾습니다.

구문

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

매개 변수

[in] ProfileId

찾을 프로필의 ID에 대한 포인터입니다.

[out] ppProfile

성공하면 프로필에 대한 이중 포인터를 반환합니다.

반환 값

메서드가 성공하면 S_OK를 반환하고, 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 10 버전 1803 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 mfidl.h
라이브러리 Mfsensorgroup.lib

참고 항목

IMFSensorProfileCollection