Sponsored Content
Full Discussion: I want to unregister
Contact Us Forum Support Area for Unregistered Users & Account Problems I want to unregister Post 302174707 by Perderabo on Tuesday 11th of March 2008 08:46:27 PM
Old 03-11-2008
We don't have a way to unregister. But you could go to your control panel and change your email address to some non-existent address. When you change your email, we automatically send you a confirmation email with a link for you to click. You won't be able to use your account until you click on that link. But you won't be able to click on the link since you did not get it. Because we will now an incorrect email address, we can never contact you.
 
ptree_unregister_handler(3PICLTREE)			  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 <picltree.h> 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 attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
ptree_register_handler(3PICLTREE), attributes(5) SunOS 5.10 1 Aug 2000 ptree_unregister_handler(3PICLTREE)
All times are GMT -4. The time now is 12:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy