Query: tttk_message_destroy
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tttk_message_destroy(library call) tttk_message_destroy(library call)NAMEtttk_message_destroy -- destroy a message conforming to the CDE conventionsSYNOPSIS#include <Tt/tttk.h> Tt_status tttk_message_destroy( Tt_message msg);DESCRIPTIONThe tttk_message_destroy function can be used in place of tt_message_destroy(3). It destroys any patterns that may have been stored on msg by ttdt_message_accept(3) or ttdt_subcontract_manage(3). Then it passes msg to tt_message_destroy(3).RETURN VALUEUpon successful completion, the tttk_message_destroy 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_WRN_STOPPED The message is not actually destroyed. (A message is not destroyed if it is in a non-final state; for example, a request for which the reply has not been received.)SEE ALSOTt/tttk.h - Tttttk(5), tt_message_create(3), tt_message_destroy(3), ttdt_file_notice(3), ttdt_file_request(3). tttk_message_destroy(library call)
Related Man Pages |
---|
tt_message_create(3) - hpux |
ttdt_file_quit(3) - hpux |
ttmedia_load(3) - hpux |
tttk_message_create(3) - hpux |
tttk_message_destroy(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
11.0 fresh install: I never see CDE Login |