[propget] HRESULT ref([out, retval] BSTR * ref);
[propput] HRESULT ref([in] BSTR ref);
The ref attribute is used when serializing or deserializing object graphs using the soap encoding model. Typically this is handled transparently for you by the PocketSOAP engine, you shouldn't need to work the the ref property directly.
Copyright © Simon Fell, 2000-2004. All rights reserved.