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.

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.


Share this article: