Supported Browsers Home   
MGL_equalRegion Previous   
MGL_exit Next   
External Functions Up   

MGL_errorMsg

Returns a string describing an error condition code.

Declaration

const char * MGLAPI MGL_errorMsg(
    int err)

Prototype In

mgraph.h

Parameters

err

Error code to obtain string for

 

Return Value

Pointer to string describing the error condition.

Description

Returns a pointer to a string describing a specified error code. You can use this to convert the error codes from a numerical id return by MGL_result to a string which you can display for the users of your programs.

See Also

MGL_result

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com