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
Success | P6R::eOk | From 1 to cElements interfaces were returned in the parElements array. |
Failure | P6R::eInvalidArg | cElement was zero, or pcReturned was NULL and cElements was greater than zero, parElements was NULL |
P6R::eEndOfFile | There are no more certificates to return. |