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


Share this article: