Getting Operation Formal Parameters

ostc_OperationResult::getArguments()

const ostc_AttributeDescriptorList* getArguments();

Returns a pointer to a list of ostc_AttributeDescriptors representing the formal parameters of the operation for which this is the result.

ostc_OperationResult::GetReturnedObjectAttributes()

const ostc_AttributeDescriptorList* GetReturnedObjectAttributes();

Returns a pointer to a list of attribute descriptors representing the attributes of each object returned by the operation for which this is the result.



[previous] [next]