IPartPayload Interface

uuid(4d0455c7-7073-4c0d-a739-adcff6def5e6)

This interface provides standardized access to the attachment data.

 

Base Interface

IStreamReader

 

Methods, in vtable order (after base interface)

Name Description
Lock   Locks the attachment data, the attachment size shouldn't change once its been locked
Unlock   Unlocks the attachment data, once all the locks are removed, the attachment size can change.
Size   Returns the size of the attachment data in bytes.

 

When to Implement

Implement this interface if you are providing new types of attachment source.

 

When to Call

The existing attachments serialization & deserialization code will call this interface as needed.

 

See Also

The PocketSOAPAttachments Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.