GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tt_status_message(library call) tt_status_message(library call)

tt_status_message — provide a message for a problem status code

#include &<Tt/tt_c.h>
char *tt_status_message(
Tt_status ttrc);

The tt_status_message function returns a pointer to a message that describes the problem indicated by this status code.

The ttrc argument is the status code received during an operation.

Upon successful completion, the tt_status_message function returns a pointer to a character string that describes the status code, which is one of the following Tt_status values:

The operation completed successfully.
Any other TT_ status code is explained in the returned string.

The application should use tt_free(3) to free any data stored in the address returned by the ToolTalk API.

Tt/tt_c.h - Tttt_c(5), tt_ptr_error(3), tt_free(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.