ICertConfig::Next

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

[VB] Long Next(void);
 
[JAVA] int Next(void);
 
[C++] HRESULT Next(
  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.

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.