logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_get_opaque — return data passed to error handler

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                PX_GET_OPAQUE(3)

Description

       Calling  the  error  handler  will pass user data to it as specified with PX_new3(3). The pointer to this
       user data can be retrieve with this function.

Name

       PX_get_opaque — return data passed to error handler

Return Value

       Returns pointer to user data on success and NULL on failure or if the user data is NULL.

See Also

PX_new(3)

Synopsis

       #include <paradox.h>

       void * PX_get_opaque(pxdoc_t *pxdoc)

See Also