IMFByteStream::EndRead 方法 (mfobjects.h)
完成异步读取操作。
语法
HRESULT EndRead(
[in] IMFAsyncResult *pResult,
[out] ULONG *pcbRead
);
参数
[in] pResult
指向 IMFAsyncResult 接口的 指针。 传入回调对象在 IMFAsyncCallback::Invoke 方法中收到的同一指针。
[out] pcbRead
接收读取的字节数。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
在 IMFByteStream::BeginRead 方法异步完成之后调用此方法。
如果安装了 Windows Media Format 11 SDK 可再发行组件,则此接口在以下平台上可用:
- 具有 Service Pack 2 的 Windows XP (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 |