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.


© 1997 by Microsoft Corporation. All rights reserved.