Query: ttdt_close
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ttdt_close(library call) ttdt_close(library call)NAMEttdt_close -- destroy a ToolTalk communication endpointSYNOPSIS#include <Tt/tttk.h> Tt_status ttdt_close( const char *procid, const char *new_procid, int sendStopped);DESCRIPTIONThe ttdt_close function destroys a ToolTalk communication endpoint. If sendStopped is True, the ttdt_close function sends a Stopped notice; otherwise, it sends no notice. If procid is not NULL, ttdt_close calls tt_default_procid_set with a procid argument and then calls tt_close; otherwise, it closes the current default procid. If new_procid is not NULL, ttdt_close calls tt_default_procid_set with a new_procid argument.RETURN VALUEThe ttdt_close function may return any of the errors returned by tt_default_procid_set(3) and tt_close(3). No errors are propagated if sending the Stopped notice fails.SEE ALSOTt/tttk.h - Tttttk(5), ttdt_open(3), tt_default_procid_set(3), tt_close(3). ttdt_close(library call)
Related Man Pages |
---|
tt_message_accepter(3) - hpux |
ttdt_file_quit(3) - hpux |
tttk_xt_input_handler(3) - hpux |
tttk_block_while(3) - hpux |
tttk_message_create(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
PHP Man Pages Now Available (Over 10,000) |
How to extract every repeated string between two specific string? |
Seeking Alternative for diff in hp |