qnx_proxy_detach
qnx_proxy_detach — removes a proxy.
Syntax
qnx_proxy_detach (proxyid)
Arguments
- proxyid
The proxy ID number as returned by qnx_proxy_attach.
Returns
0 on success, else -1.
Description
This function releases a
proxy from its associated task. When a task dies all proxies
attached to it are automatically removed.
In case of error, the following errnos are possible:
Example
Examples of this function are beyond the scope of this documentation.