Next

The Next method points the ICertConfig interface to retrieve the next available certificate server configuration in the configuration point.

[VB] Long Reset(void);
[JAVA] int Reset(void);
[C++] HRESULT Reset(
  LONG * pIndex  // out, return value
);
 

Parameters

[C++] pIndex
Points to the return value. See Return Values.

Return Values

Returns a value specifying the index of the next available certificate server configuration in the configuration point. If no more configurations are available, a value of -1 is specified.


© 1997 by Microsoft Corporation. All rights reserved.