MFInitAttributesFromBlob 函数 (mfapi.h)
从字节数组初始化属性存储的内容。
语法
HRESULT MFInitAttributesFromBlob(
[in] IMFAttributes *pAttributes,
[in] const UINT8 *pBuf,
[in] UINT cbBufSize
);
parameters
[in] pAttributes
指向属性存储的 IMFAttributes 接口的指针。
[in] pBuf
指向包含初始化数据的数组的指针。
[in] cbBufSize
pBuf 数组的大小(以字节为单位)。
返回值
函数返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
函数成功。 |
|
缓冲区无效。 |
注解
使用此函数可反序列化使用 MFGetAttributesAsBlob 函数序列化的属性存储。
此函数删除以前存储在 pAttributes 中的任何属性。
要求
最低受支持的客户端 | Windows Vista [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | mfapi.h |
Library | Mfplat.lib |
DLL | Mfplat.dll |