The tt_message_scope_set function sets the scope attribute for the specified message. The m argument is the opaque handle for the message involved in this operation. The s argument identifies the set of processes eligible to receive the message. The following values are defined: TT_SESSION All processes joined to the indicated session are eligible. TT_FILE All processes joined to the indicated fil...
The tt_message_sender function retrieves the sender attribute from the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_sender_ptype function retrieves the sender ptype attribute from the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_sender_ptype_set function sets the sender ptype attribute for the specified message. The m argument is the opaque handle for the message involved in this operation. The ptid argument is the type of process that is sending this message.
The tt_message_send_on_exit function requests that the ToolTalk service send this message if the process exits unexpectedly. The message is sent to the ToolTalk service, which queues the message internally until either of two events occur: 1. The procid that sent the tt_message_send_on_exit message to the ToolTalk service calls tt_close(3). In this case, the queued message is deleted. 2. The conne...
The tt_message_session function retrieves the session attribute from the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_session_set function sets the session attribute for the specified message. The m argument is the opaque handle for the message involved in this operation. The sessid argument is the identifier of the session in which the process is interested.
The tt_message_state function retrieves the state attribute from the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_status function retrieves the status attribute from the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_status_set function sets the status attribute for the specified message. The m argument is the opaque handle for the message involved in this operation. The status argument is the status to be stored in this message.
The tt_message_status_string function retrieves the character string stored with the status attribute for the specified message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_status_string_set function sets status string of the specified message. The m argument is the opaque handle for the message involved in this operation. The status_str argument is the status string to be stored in this message.
The tt_message_uid function retrieves the user identifier attribute from the specified message. The ToolTalk service automatically sets the user identifier of a message with the user identifier of the process that created the message. The m argument is the opaque handle for the message involved in this operation.
The tt_message_user function retrieves the user information stored in data cells associated with the specified message object. The user data is part of the message object (that is, the storage buffer in the application); it is not a part of the actual message. The application can, therefore, only retrieve user information that the application placed in the message. The m argument is the opaque han...