14.4.1.4.3 Arguments
-
StartScope
- The Context object level at which to initiate the search for
specified properties. The level is the name of the context, or
parent
, at which the search is started. If the value is 0 (zero), the search begins with the current Context object. -
OpFlags
- The only valid operation flag is
CORBA::CTX_RESTRICT_SCOPE
. If you specify this flag, the object implementation restricts the property search to the current scope only (that is, the property search is not executed recursively up the chain of the parent context); otherwise, the search continues to a wider scope until a match has been found or until all wider levels have been searched. -
AttrName
- The name of the attribute whose values are to be returned. If this argument has a trailing wildcard character (*), all names that match the string preceding the wildcard character are returned.
-
AttrValues
- Receives the values for the specified attributes (returns an
NVList
object) where each item in the list is aNamedValue
.
Parent topic: CORBA::Context::get_values