3-8
SOMobjects Base Toolkit Quick Reference Guide
NVList class
(see nvlist.idl)
ORBStatus add_item (
in Identifier item_name,
in TypeCode item_type,
in void *value,
in long value_len,
in Flags item_flags );
Adds an item to the specified NVList.
ORBStatus free ( );
Frees a specified list structure.
ORBStatus free_memory ( );
Frees any dynamically allocated out-arg memory associated with the specified list.
ORBStatus get_count (
out long count);
Returns the total number of items allocated for a list.
ORBStatus get_item (
in long item_number,
out Identifier item_name,
out TypeCode item_type,
out void *value,
out long value_len,
out Flags item_flags);
Returns the contents of a specified list item.
ORBStatus set_item (
in long item_number,
in Identifier item_name,
in TypeCode item_type,
in void *value,
in long value_len,
in Flags item_flags);
Sets the contents of an item in an NVList.
Comments to this Manuals