ICertEncodeCRLDistInfo::GetNameCount

The GetNameCount method returns the number of names in a CRL distribution point.

[VB] long GetNameCount(
  long DistPointIndex  
);
 
[JAVA] int GetNameCount(
  int DistPointIndex  
);
 
[C++] HRESULT GetNameCount(
  LONG DistPointIndex,        // in
  LONG * pNameCount           // out, return value
);
 

Parameters

[VB][JAVA][C++] DistPointIndex
Specifies the index of the distribution point for which to get the name count.
[C++] pNameCount
Points to the return value. See Return Values.

Return Values

Returns the number of names in the CRL distribution point.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certenc.h.
  Import Library: Use certidl.lib.