qnx_name_detach

qnx_name_detach — detaches a name.

Syntax

qnx_name_detach (node, name_id)

		

Arguments

node

The node.

name_id

The name id returned by qnx_name_attach.

Returns

true if able to detach, else nil, and errno is set.

Description

Detaches a name attached by the qnx_name_attach function.

Errno can be set to :

    EINVAL The name does not exist, or if it does, you do not own it

Example

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

See Also

qnx_name_attach, qnx_name_locate