Windows PowerShell command on Get-command ptree_unregister_handler
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man ptree_unregister_handler

PICL Plug-In Library Functions

ptree_unregister_handler(3PICLTREE)

NAME

ptree_unregister_handler - unregister the event handler for

the event

SYNOPSIS

cc [flag ...] file ... -lpicltree [library ...]

#include

void ptree_register_handler(const char *ename,

void (*evt_handler)(const char *ename, const void *earg,

size_t size, void *cookie), void *cookie);

DESCRIPTION

The ptree_unregister_handler() function unregisters the

event handler for the specified event. The argument ename specifies the name of the PICL event for which to unregister

the handler. The argument evt_handler specifies the event

handler function. The argument cookie is the pointer to the

caller-specific data given at the time of registration of

the handler. If the handler being unregistered is currently executing, then this function will block until its completion. Because of this, locks acquired by the handlers should not be held

across the call to ptree_unregister_handler() or a deadlock

may result.

The ptree_unregister_handler() function must not be invoked

from the handler that is being unregistered.

RETURN VALUES

This function does not return a value.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| MT-Level | MT-Safe |

|_____________________________|_____________________________|

SEE ALSO

SunOS 5.11 Last change: 1 Aug 2000 1

PICL Plug-In Library Functions

ptree_unregister_handler(3PICLTREE)

ptree_register_handler(3PICLTREE), attributes(5)

SunOS 5.11 Last change: 1 Aug 2000 2

PICL Plug-In Library Functions

ptree_unregister_handler(3PICLTREE)

SunOS 5.11 Last change: 1 Aug 2000 3




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™