3-5
DSOM Framework Quick Reference
Context class
(see cntxt.idl)
ORBStatus create_child (
in Identifier ctx_name,
out Context child_ctx );
Creates a child of a Context object.
ORBStatus delete_values (
in Identifier prop_name );
Deletes property value(s).
ORBStatus destroy (
in Flags del_flag );
Deletes a Context object.
ORBStatus get_values (
in Identifier start_scope,
in Flags op_flags,
in Identifier prop_name,
out NVList values );
Retrieves the specified property values.
ORBStatus set_one_value (
in Identifier prop_name,
in string value );
Adds a single property to the specified Context object.
ORBStatus set_values (
in NVList values );
Adds/changes one or more property values in the specified Context object.
Commenti su questo manuale