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
ttdt_session_quit(library call) ttdt_session_quit(library call)

ttdt_session_quit — quit a ToolTalk session

#include &<Tt/tttk.h>
Tt_status ttdt_session_quit(
const char *sessid,
Tt_pattern *sess_pats,
int quit);

The ttdt_session_quit function destroys the patterns in sess_pats. If quit is True, it quits the session sessid, or the default session if sessid is NULL.

Upon successful completion, the ttdt_session_quit function returns the status of the operation as one of the following Tt_status values:

The operation completed successfully.
The ttsession(1) process is not running and the ToolTalk service cannot restart it.
The pointer passed does not point to an object of the correct type for this operation.
The specified process identifier is out of date or invalid.
The specified ToolTalk session is out of date or invalid.

Tt/tttk.h - Tttttk(5), ttdt_session_join(3), tt_session_quit(3).


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

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