The returned enumerator can be used to walk all the entires or a subset of the link entries in a keystore.
Return all links that have the pSource parameter as its source.
- Parameters
-
| pSource | [ in ] The source part of the link(s) to find |
| ppEnum | [ out ] identifiers for all matching links |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pSource or ppEnum is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eInvalidState | A successful call to open() was not made before this call. |
| P6R::eNotFound | No links exist matching the request. |