Content-type: text/html Manpage of closeTCBConnection

closeTCBConnection

Section: (T)TCB (1)
Updated: 30 September 2002
Index Return to Main Contents

 

NAME

closeTCBConnection, closeTTCBConnection - close a connection with the TCB/TTCB

 

SYNOPSIS

#include "tcb/tcb.h"

int closeTCBConnection(descriptor_t *tcb_desc);

#include "tcb/ttcb.h"

void closeTTCBConnection(descriptor_t *tcb_desc, error_out_t *out);

 

DESCRIPTION

closeTCBConnection closes a connection to the TCB. It must be called by applications before exiting in order to release all allocated resources inside the TCB. tcb_desc is the descriptor that references the connection to the TCB that is to be closed.

closeTTCBConnection does basically the same but can be used only with the TTCB extensions. out is the error code returned.

 

RETURN VALUE

OK if the connection was closed.  

ERRORS

TCB_ACESS_ERROR if an error occurred on the access to the TCB.

 

SEE ALSO

openTCBConnection(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 23:04:35 GMT, August 06, 2003