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 with Service Pack 2 (SP2) 及更高版本。
  • Windows XP Media Center Edition 2005 KB900325 (windows XP Media Center Edition 2005) 和KB925766 (2006 年 10 月 Windows XP Media Center Edition 更新汇总) 安装。

要求

要求
最低受支持的客户端 Windows Vista [桌面应用 | UWP 应用]
最低受支持的服务器 Windows Server 2008 [桌面应用 | UWP 应用]
目标平台 Windows
标头 mfobjects.h (包括 Mfidl.h)
Library Mfuuid.lib

另请参阅

IMFMediaType