PS_GET_OPAQUENamePS_get_opaque -- Returns pointer which has been passed to PS_new2() Synopsis#include <pslib.h> void * PS_get_opaque(PSDoc *psdoc) DESCRIPTIONWhen creating a new document with PS_new2(3), one can pass
user data which is stored internally and passed to every call of
the errorhandler. This data can be later retrieved with this
function. RETURN VALUEThe pointer which has been passed to PS_new2().
|