Query: ttdt_session_quit
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ttdt_session_quit(library call) ttdt_session_quit(library call)NAMEttdt_session_quit -- quit a ToolTalk sessionSYNOPSIS#include <Tt/tttk.h> Tt_status ttdt_session_quit( const char *sessid, Tt_pattern *sess_pats, int quit);DESCRIPTIONThe 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.RETURN VALUEUpon successful completion, the ttdt_session_quit function returns the status of the operation as one of the following Tt_status values: TT_OK The operation completed successfully. TT_ERR_NOMP The ttsession(1) process is not running and the ToolTalk service cannot restart it. TT_ERR_POINTER The pointer passed does not point to an object of the correct type for this operation. TT_ERR_PROCID The specified process identifier is out of date or invalid. TT_ERR_SESSION The specified ToolTalk session is out of date or invalid.SEE ALSOTt/tttk.h - Tttttk(5), ttdt_session_join(3), tt_session_quit(3). ttdt_session_quit(library call)
Related Man Pages |
---|
tt_session_bprop_set(3) - hpux |
tt_session_prop(3) - hpux |
tt_session_join(3) - hpux |
tt_session_prop_count(3) - hpux |
tt_thread_session_set(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
Seeking Alternative for diff in hp |
Shopt -s histappend |