hpux man page for tt_procid_session

Query: tt_procid_session

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

tt_procid_session(library call) 										   tt_procid_session(library call)

NAME
tt_procid_session -- identify the session in which a procid was opened
SYNOPSIS
#include <Tt/tt_c.h> const char *tt_procid_session( const char *procid);
DESCRIPTION
The tt_procid_session function returns the identifier of the session in which the specified procid was opened. The return value points to the sessid for the session associated with the procid. When the sessid value is no longer needed, it must be freed with tt_free.
ARGUMENTS
procid The identifier for the procid for which the session identifier is to be returned.
RETURN VALUE
Upon successful completion, the tt_procid_session function returns the pointer to the session identifier. TT_OK The operation completed successfully. TT_ERR_NOMP The ttsession process is not running and the ToolTalk service cannot restart it. TT_ERR_PROCID The specified process identifier is out of date or invalid.
APPLICATION USAGE
None.
SEE ALSO
Tt/tt_c.h - Tttt_c(5), tt_free(3), tt_error_pointer(3) tt_procid_session(library call)
Related Man Pages
tt_message_accepter(3) - hpux
tt_session_prop(3) - hpux
tt_session_join(3) - hpux
tt_thread_session(3) - hpux
tt_thread_session_set(3) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
PHP Man Pages Now Available (Over 10,000)
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Shopt -s histappend