*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 tt_default_procid_set(3) -- set the current default procid
    The tt_default_procid_set function sets the current default procid. The procid argument is the name of process that is to be the default process.
 tt_default_ptype(3) -- retrieve the current default ptype
    The tt_default_ptype function retrieves the current default ptype. When the application declares a ptype, the ptype becomes the default.
 tt_default_ptype_set(3) -- set the default ptype
    The tt_default_ptype_set function sets the default ptype. The ptid argument must be the character string that uniquely identifies the process that is to be the default process.
 tt_default_session(3) -- retrieve the current default session identifier
    The tt_default_session function retrieves the current default session identifier.
 tt_default_session_set(3) -- set the current default session identifier
    The tt_default_session_set function sets the current default session identifier. The ToolTalk service uses the initial user session as the default session and supports one session per procid. The application can make this call before it calls tt_open(3) to specify the session to which it wants to connect. The sessid argument is a pointer to the unique identifier for the session in which the procid...
 tt_error(3) -- capture ToolTalk function errors
    The tt_error function is a publicly-known null function. It is called by the ToolTalk library just before it returns from any ToolTalk API call that has a status other than TT_OK. The caller passes the name of the function that is about to return and the function's status code. You can use this function to set a dbx breakpoint to quickly catch and trace back any ToolTalk errors. You can also inte...
 tt_error_int(3) -- return an integer error object that encodes the code
    The tt_error_int function returns an integer error object that encodes a Tt_status return value. The ttrc argument is the Tt_status code that is to be encoded.
 tt_error_pointer(3) -- return a pointer to an error object that encodes the code
    The tt_error_pointer function returns a pointer to an error object that encodes a Tt_status return value. The ttrc argument is the Tt_status code that is to be encoded.
 tt_fd(3) -- return a file descriptor
    The tt_fd function returns a file descriptor. The returned file descriptor alerts the process that a message has arrived for the default procid in the default session. File descriptors are either active or inactive. When the file descriptor becomes active, the process must call tt_message_receive(3) to receive the message.
 tt_feature_enabled(3) -- determine if a particular feature has been enabled in this process
    The tt_feature_enabled function queries the ToolTalk service to see if the specified feature has previously been enabled. This allows a library that "wraps around" ToolTalk for sending and receiving messages to determine if multithreaded execution has been enabled by the main program, and to modify its behavior accordingly.
 tt_feature_required(3) -- declare a feature to be required by the calling program.
    The tt_feature_required function declares a feature to be required by the calling code. If the feature is available, tt_feature_required enables it. If the feature requires the ToolTalk service to perform some initialization (for example, TT_FEATURE_MULTITHREADED), the initialization is performed in this call. Some features (such as TT_FEATURE_MULTITHREADED) require this call to be made before cal...
 tt_file_copy(3) -- copy objects from one file to a new file
    The tt_file_copy function copies all objects that exist on the specified file to a new file. If any objects already exist on newfilepath, they are not overwritten by the copy (that is, they are not removed.) The oldfilepath argument is a pointer to the name of the file whose objects are to be copied. The newfilepath argument is a pointer to the name of the file on which to create the copied object...
 tt_file_destroy(3) -- remove objected rooted on a file
    The tt_file_destroy function removes all objects that exist on the files and directories rooted at filepath. The application must call this function when the application unlinks a file or removes a directory. The filepath argument is a pointer to the pathname of the file or directory to be removed.
 tt_file_join(3) -- register interest in messages involving a file
    The tt_file_join function informs the ToolTalk service that the process is interested in messages that involve the specified file. The ToolTalk service adds this file value to any currently registered patterns. The named file becomes the default file. When the process joins a file, the ToolTalk service updates the file field of its registered patterns. The tt_file_join call causes the pattern's T...
 tt_file_move(3) -- move objects from one file to another
    The tt_file_move function destroys all objects that exist on the files and directories rooted at newfilepath, then moves all objects that exist on oldfilepath to newfilepath. If oldfilepath and newfilepath reside in the same file system, tt_file_move replaces oldfilepath with newfilepath in the path associated with every object in that file system; that is, all the objects in the directory tree ro...
<<  [Prev]  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  
29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service