ICertServerExit::EnumerateAttributesClose 方法 (certif.h)
EnumerateAttributesClose 方法释放与属性枚举连接的任何资源。
完成枚举后,使用 ICertServerExit::EnumerateAttributesSetup 或 ICertServerExit::EnumerateAttributes 的所有应用程序都应调用 EnumerateAttributesClose 。
语法
HRESULT EnumerateAttributesClose();
返回值
VB
如果方法成功,该方法将返回S_OK。如果方法失败,它将返回一个 指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 通用 HRESULT 值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | certif.h (包括 Certsrv.h) |
Library | Certidl.lib |
DLL | Certcli.dll |