ClearErrorCallBack

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

Syntax

Fortran:

oldcallback = vmlclearerrorcallback( )

C:

oldcallback = vmlClearErrorCallBack( void );

Include Files

The Fortran 90 interfaces are specified in the mkl_vml.f90 include file and the C interfaces are specified in the mkl_vml_functions.h include file. FORTRAN 77 support is unavailable for this function.

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

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.