IMFASFProfile::Clone 方法 (wmcontainer.h)
创建高级系统格式配置文件对象的副本。
语法
HRESULT Clone(
[out] IMFASFProfile **ppIProfile
);
参数
[out] ppIProfile
接收指向新对象的 IMFASFProfile 接口的指针。 调用方必须释放接口。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
克隆的对象完全独立于原始对象。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcontainer.h |
Library | Mfuuid.lib |