ICertEncodeCRLDistInfo::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.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certenc.h.
  Import Library: Use certidl.lib.