IVssWriterComponents::GetComponentCount 方法 (vswriter.h)

GetComponentCount 方法返回在备份组件文档中显式存储的给定编写器的组件数。

语法

HRESULT GetComponentCount(
  [out] UINT *pcComponents
);

参数

[out] pcComponents

指向备份组件文档中存储的编写器组件编号的指针。

返回值

下面是此方法的有效返回代码。

含义
S_OK
已成功返回组件。
E_INVALIDARG
其中一个参数值无效。
E_OUTOFMEMORY
调用方内存或其他系统资源不足。

要求

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

另请参阅

IVssWriterComponents