ICertEncodeCRLDistInfo::GetDistPointCount method (certenc.h)

The GetDistPointCount method returns the number of certificate revocation list (CRL) distribution points in a CRL distribution information array.

Syntax

HRESULT GetDistPointCount(
  [out] LONG *pDistPointCount
);

Parameters

[out] pDistPointCount

A pointer to a LONG that will represent the number of CRL distribution points in the array.

Return value

C++

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

VB

The return value is the number of CRL distribution points in the array.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2003 [desktop apps only]
Target Platform Windows
Header certenc.h (include Certsrv.h)
Library Certidl.lib
DLL Certenc.dll

See also

ICertEncodeCRLDistInfo

ICertEncodeCRLDistInfo::GetNameCount

ICertEncodeCRLDistInfo::Reset