IXpsSignatureRequestCollection::GetCount 方法 (xpsdigitalsignature.h)
获取集合中 IXpsSignatureRequest 接口指针的数目。
语法
HRESULT GetCount(
[out, retval] UINT32 *count
);
参数
[out, retval] count
集合中 IXpsSignatureRequest 接口指针的数目。
返回值
如果该方法成功,则返回S_OK;否则,它将返回 HRESULT 错误代码。
注解
有关收集方法的详细信息,请参阅 使用 XPS OM 集合接口。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | xpsdigitalsignature.h |