Deletes the additional error handler callback function and retrieves the former callback function.
FORTRAN:
oldcallback = vmlclearerrorcallback( )
C:
oldcallback = vmlClearErrorCallBack( void );
Name |
Type |
Description |
---|---|---|
oldcallback |
Fortran 90: INTEGER C: int |
FORTRAN: Address of the former callback function C: Pointer to the former callback function |