vmlClearErrorCallBack

Deletes the additional error handler callback function and retrieves the former callback function.

Syntax

FORTRAN:

oldcallback = vmlclearerrorcallback( )

C:

oldcallback = vmlClearErrorCallBack( void );

Include Files

Output Parameters

Name

Type

Description

oldcallback

Fortran 90: INTEGER

C: int

FORTRAN: Address of the former callback function

C: Pointer to the former callback function


Submit feedback on this help topic