iCertEncodeCRLDistInfo::GetNameCount 方法 (certenc.h)

GetNameCount 方法返回证书吊销列表中 (CRL) 分发点的名称数。

语法

HRESULT GetNameCount(
  [in]  LONG DistPointIndex,
  [out] LONG *pNameCount
);

参数

[in] DistPointIndex

指定要获取其名称计数的分发点的索引。

[out] pNameCount

指向 Long 的指针,该指针表示 CRL 分发点中包含的名称值的数目。

返回值

C++

如果该方法成功,该方法将返回S_OK。

如果方法失败,它将返回指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 常见 HRESULT 值

VB

返回值是 CRL 分发点中的名称数。

要求

要求
最低受支持的客户端 无受支持的版本
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 certenc.h (包括 Certsrv.h)
Library Certidl.lib
DLL Certenc.dll

另请参阅

ICertEncodeCRLDistInfo

ICertEncodeCRLDistInfo::GetDistPointCount

ICertEncodeCRLDistInfo::GetName

ICertEncodeCRLDistInfo::SetNameCount