다음을 통해 공유


IMFMediaType::FreeRepresentation 메서드(mfobjects.h)

IMFMediaType::GetRepresentation 메서드에 의해 할당된 메모리를 해제합니다.

구문

HRESULT FreeRepresentation(
  [in] GUID   guidRepresentation,
  [in] LPVOID pvRepresentation
);

매개 변수

[in] guidRepresentation

GetRepresentation 메서드에 전달된 GUID입니다.

[in] pvRepresentation

GetRepresentation 메서드에서 반환된 버퍼에 대한 포인터입니다.

반환 값

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

설명

이 인터페이스는 Windows Media Format 11 SDK 재배포 가능 구성 요소가 설치된 경우 다음 플랫폼에서 사용할 수 있습니다.

  • Windows XP SP2(서비스 팩 2) 이상
  • KB900325(Windows XP Media Center Edition 2005) 및 KB925766(Windows XP Media Center Edition용 2006년 10월 업데이트 롤업)가 설치된 Windows XP Media Center Edition 2005.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 mfobjects.h(Mfidl.h 포함)
라이브러리 Mfuuid.lib

추가 정보

IMFMediaType