IVssComponentEx 类 (vswriter.h)

定义用于检查和修改请求者的备份组件文档中包含的有关组件的信息的其他方法。

IVssComponentEx 接口是 C++ (而不是 COM) 接口。

若要获取 IVssComponentEx 接口的实例,请调用 IVssComponent 接口的 QueryInterface 方法,并将 IID_IVssComponentEx 常量作为接口标识符 (IID) 参数传递。

继承

IVssComponentEx 接口继承自 IVssComponentIVssComponentEx 也具有以下类型的成员:

方法

IVssComponentEx 类具有这些方法。

 
IVssComponentEx::GetAuthoritativeRestore

确定请求者是否已将组件的还原标记为复制数据存储的权威。
IVssComponentEx::GetPostSnapshotFailureMsg

返回编写器为给定组件设置的 PostSnapshot 失败消息字符串。
IVssComponentEx::GetPrepareForBackupFailureMsg

返回编写器为给定组件设置的 PrepareForBackup 失败消息字符串。
IVssComponentEx::GetRestoreName

获取分配给正在还原的组件的逻辑名称。
IVssComponentEx::GetRollForward

获取组件的前滚操作类型,并获取部分前滚操作的还原点。
IVssComponentEx::SetPostSnapshotFailureMsg

设置组件的 PostSnapshot 失败消息字符串。
IVssComponentEx::SetPrepareForBackupFailureMsg

设置组件的 PrepareForBackup 失败消息字符串。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 vswriter.h (包括 Vss.h、VsWriter.h)

另请参阅

IVssComponent