Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEnumCerts::next ( P6UINT32  cElements,
p6ICert **  parElements,
P6UINT32 pcReturned 
)
pure virtual

Retrieves the specified number of certificate interfaces.

Parameters
cElements[ in ] The number of certificates to get.
parElements[ out ] the address of an array of pointers to p6ICert interfaces in which will be placed up to the requested number of certificate interface pointers.
pcReturned[ out ] The number of certificate interface pointers returned (placed in the parElements array).
Returns
SuccessP6R::eOkFrom 1 to cElements interfaces were returned in the parElements array.
FailureP6R::eInvalidArgcElement was zero, or pcReturned was NULL and cElements was greater than zero, parElements was NULL
P6R::eEndOfFileThere are no more certificates to return.