Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: