Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystoreQuery3::enumLinkBySource ( P6UUID pSource,
p6IEnumKeystore **  ppEnum 
)
pure virtual

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
SuccessP6R::eOk 
FailureP6R::eInvalidArgpSource or ppEnum is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eNotFoundNo links exist matching the request.