VLSETERRORHANDLER(3dm) VLSETERRORHANDLER(3dm)
vlSetErrorHandler, vlSetIOErrorHandler - set VL non-fatal or fatal error
handler
#include <dmedia/vl.h>
VLErrorHandler vlSetErrorHandler(VLErrorHandler handler);
VLIOErrorHandler vlSetIOErrorHandler(VLIOErrorHandler handler);
handler Specifies handler routine.
vlSetErrorHandler sets the asynchronous error handler to the function
specified. This function will be called whenever the VL recieves an
asynchronous error event from the server. The default error handler
prints a message and returns.
vlSetIOErrorHandler sets the fatal error handler routine for the VL. This
function should not return. The default fatal error handler prints a
message and exits.
These functions always return a pointer to the old handler. If the value
of the new handler is NULL, the default error handler is restored.
VLSETERRORHANDLER(3dm) VLSETERRORHANDLER(3dm)
vlSetErrorHandler, vlSetIOErrorHandler - set VL non-fatal or fatal error
handler
#include <dmedia/vl.h>
VLErrorHandler vlSetErrorHandler(VLErrorHandler handler);
VLIOErrorHandler vlSetIOErrorHandler(VLIOErrorHandler handler);
handler Specifies handler routine.
vlSetErrorHandler sets the asynchronous error handler to the function
specified. This function will be called whenever the VL recieves an
asynchronous error event from the server. The default error handler
prints a message and returns.
vlSetIOErrorHandler sets the fatal error handler routine for the VL. This
function should not return. The default fatal error handler prints a
message and exits.
These functions always return a pointer to the old handler. If the value
of the new handler is NULL, the default error handler is restored.
PPPPaaaaggggeeee 1111 [ Back ]
|