GetDistPointCount

The GetDistPointCount method returns the number of CRL distribution points in a CRL distribution information array.

[VB] Long GetDistPointCount(void);
 
[JAVA] int GetDistPointCount(void);
 
[C++] HRESULT GetDistPointCount(
  LONG * pDistPointCount  // out, return value
);
 

Parameters

[C++] pDistPointCount
Points to the return value. See Return Values.

Return Values

Returns the number of CRL distribution points.


© 1997 by Microsoft Corporation. All rights reserved.