Man page - xpaclose(3)
Packages contas this manual
- xpaatexit(3)
- xpaconvert(7)
- xpaget(3)
- xpatemplate(7)
- xpaaccess(3)
- xpainet(7)
- xpacommon(7)
- xpamainloop(3)
- xpamethod(7)
- xpanslookup(3)
- xpacmdadd(3)
- xpacode(7)
- xpaenv(7)
- xpaclient(3)
- xpaname(7)
- xpaclose(3)
- xpaacl(7)
- xparace(3)
- xpacmddel(3)
- xpamacros(3)
- xpapoll(3)
- xpaset(3)
- xpaoom(7)
- xpasetfd(3)
- xpaintro(7)
- xpanew(3)
- xpaopen(3)
- xpa(7)
- xpaxt(7)
- xpafree(3)
- xpausers(7)
- xpachanges(7)
- xpainfo(3)
- xpaserver(3)
- xpacmdnew(3)
- xpainfonew(3)
- xpacleanup(3)
- xpagetfd(3)
Package: libxpa-dev
apt-get install libxpa-dev
apt-get install libxpa-dev
Manuals in package:
Documentations in package:
Manual
| xpaclose(3) | SAORD Documentation | xpaclose(3) |
NAME
XPAClose - close a persistent XPA client handle
SYNOPSIS
#include <xpa.h> void XPAClose(XPA xpa);
DESCRIPTION
XPAClose closes the persistent connections associated with this XPA struct and frees all allocated space. It also closes the open sockets connections to all XPA servers that were opened using this handle.
Example:
#include <xpa.h> XPA xpa; XPAClose(xpa);
SEE ALSO
See xpa(n) for a list of XPA help pages
| July 23, 2013 | version 2.1.15 |