TPEXT_DELB4POLLCB(3)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. RETURN VALUE
5. ERRORS
6. EXAMPLE
7. BUGS
8. SEE ALSO
9. COPYING

1. NAME

tpext_delb4pollcb - XATMI extension, before poll callback remove

2. SYNOPSIS

#include <atmi.h>

int tpext_delb4pollcb(void);

Link with -latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd -lpthread -lrt -lm

3. DESCRIPTION

Function removes previously registered callback by tpext_addb4pollcb() function. It is not an error to call this function twice.

This function is available only for XATMI servers.

4. RETURN VALUE

On success, tpext_delb4pollcb() return zero; on error, -1 is returned, with tperrno set to indicate the error.

5. ERRORS

At current version function always succeeds.

6. EXAMPLE

See atmitest/test008_extensions/atmisv.c for sample code.

7. BUGS

Report bugs to support@mavimax.com

8. SEE ALSO

tpext_addb4pollcb(3)

9. COPYING

© Mavimax, Ltd