Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEnumCerts::next ( P6R::P6UINT32  cElements,
P6R::p6ComPtr< P6R::p6ICert > *  parElements,
P6R::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 p6ComPtr<p6ICert>'s in which will be placed up to the requested number of certificate interfaces.
pcReturned[ out ] The number of certificate interface 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.