GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Deposit(special file) Deposit(special file)

Deposit — save a document to its backing store

[file] Deposit(in mediaType contents

[in messageID commission]);

The Deposit request saves a document to its backing store. This request is different from the Save request in that the requester (not the handler) has the data to be saved.

The contents argument is the contents of the document. If this argument is unset (in other words, has a value of (char *)0), then the contents of the document are in the file named in the message's file attribute. The data type (mediaType) of the contents argument should be string, unless nulls are valid in the given media type, in which case the data type must be bytes.

The commission argument contains the message ID of the Edit request that caused the creation of this buffer.

The ttmedia_load(3) function can be used to register for, and help process, this message.

This message can be sent with the ttmedia_Deposit(3) function.

The Deposit request is useful for cases where the user may perform an intermediate save of modifications to a document that is the subject of an Edit or Display request in progress. In the latter case, the Deposit may fail on a TT_DESKTOP_EACCES error if the handler does not allow updates to the document being displayed.

Handlers receiving this request should reply before deleting any file named in the message's file attribute, but this is optional and applications should not rely on this.

The ToolTalk service may return one of the following errors in processing the Deposit request:

The document is read-only.
The file that was alleged to contain the document does not exist.
The in-mode contents argument had no value and the file attribute of the message was not set.
The document is not a valid instance of the media type.

ttmedia_load(3), ttmedia_Deposit(3); Intro, Display, Edit, Status requests.


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.