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
);
Returns the number of configurations in the enterprise.
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.