qnx_proxy_rem_detach

qnx_proxy_rem_detach — removes a remote proxy.

Syntax

qnx_proxy_rem_detach (node, proxyid)

		

Arguments

node

The node of the remote proxy.

proxyid

The proxy ID number of the remote proxy.

Returns

0 upon success, else -1.

Description

This function removes a remote proxy. When a task dies, all remote proxies attached to it will automatically be detached.

In case of error, the following errnos are possible:

    EINVAL  Invalid proxy.

    EPERM  Proxy does not belong to task specified.

    ESRCH  Proxy does not exist.

Example

Examples of this function are beyond the scope of this documentation.

See Also

qnx_rem_proxy_attach