xpaclose(3) | SAORD Documentation | xpaclose(3) |
XPAClose - close a persistent XPA client handle
#include <xpa.h> void XPAClose(XPA xpa);
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 xpa(n) for a list of XPA help pages
July 23, 2013 | version 2.1.15 |