06-01-2005 04:51 AM
10-04-2005 06:16 AM
Hello,
This is a very late reply so it is probably not relevant for you but here we go any way.
The GetObjectStatus returns the object name from an object reference. But the object data has to be read out separately so it does not fulfill your requirement of data and name in one call. To do better you have to make your own version of GetAtributes to make it return the obj name.
I am a bit curious about how you use the named objects sine you have this need. The way I have used named objects I only use the name to get the ref and after that I don't care about the name any more.