TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:51 2007
ra_lib_get_error

ra_lib_get_error

Name

ra_lib_get_error --  get last error

Synopsis

LIBRAAPI long ra_lib_get_error (ra_handle h, char * text, int len);

Arguments

h

handle to ra instance

text

character buffer which receives error text

len

size of character buffer text

Description

This function returns the last error occured in libRASCH (or in one of the plugins). See 'ra_error.h' for meaning of returned number. If the number is negative, the last error was an OS specific error and the error number comes from the OS (just remove the minus sign). If text is not NULL, a short error description will be returned in text.

source file

ra.c