Reset

The Reset method resets a CRL distribution information array to a specified number of distribution point structures. The values of all the elements in the array of structures are set to 0.

[VB] void Reset(
  long DistPointCount  
);
 
[JAVA] void Reset(
  int DistPointCount                
);
 
[C++] HRESULT Reset(
  LONG DistPointCount         // in
);
 

Parameters

[VB][JAVA][C++] DistPointCount
Specifies the number of CRL distribution points in the CRL distribution information array.

Return Values

This method does not return a value.


© 1997 by Microsoft Corporation. All rights reserved.