Man page - xpaclose(3)
Packages contains this manual
- xpaintro(7)
- xpaset(3)
- xpapoll(3)
- xpamacros(3)
- xpainfo(3)
- xpaname(7)
- xpainet(7)
- xpaclient(3)
- xpamainloop(3)
- xpachanges(7)
- xpatemplate(7)
- xpaoom(7)
- xpa(7)
- xpaatexit(3)
- xpaenv(7)
- xpaget(3)
- xpausers(7)
- xpaserver(3)
- xparace(3)
- xpamethod(7)
- xpafree(3)
- xpacode(7)
- xpacommon(7)
- xpanslookup(3)
- xpaopen(3)
- xpacleanup(3)
- xpaaccess(3)
- xpacmdadd(3)
- xpaxt(7)
- xpaacl(7)
- xpanew(3)
- xpagetfd(3)
- xpainfonew(3)
- xpacmddel(3)
- xpaconvert(7)
- xpasetfd(3)
- xpaclose(3)
- xpacmdnew(3)
Package: libxpa-dev
apt-get install libxpa-dev
apt-get install libxpa-dev
Manuals in package:
Documentations in package:
Manual
xpaclose
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
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