[propget] HRESULT offset([out, retval] BSTR * offset);
[propput] HRESULT offset([in] BSTR offset);
This allows access to any offset that was applied to a serialized array. Typically you don't need to use this, as the array deserializer will handle applying the offset for you.
///todo: discuss the possible return values
///todo: write some sample code
Copyright © Simon Fell, 2000-2004. All rights reserved.