ICertConfig::Reset

The Reset method resets the configuration query state to point at the certificate server configuration indexed on the specified configuration point. Each individual configuration will indicate a specific certificate server. Some certificate servers may have multiple valid configurations in the configuration database.

[VB] Long Reset(
  long Index  
);
 
[JAVA] int Reset(
  int Index  
);
 
[C++] HRESULT Reset(
  LONG Index,    // in
  LONG *pCount   // out, return value
);
 

Parameters

[VB][JAVA][C++] Index
Specifies the configuration point used by the configuration query to index a certificate server configuration.
[C++] pCount
Points to the return value. See Return Values.

Return Values

Returns the number of configurations in the enterprise.

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 certcli.h.
  Import Library: Use certidl.lib.