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:50 2007
ra_info_get_by_name

ra_info_get_by_name

Name

ra_info_get_by_name --  get infos

Synopsis

LIBRAAPI int ra_info_get_by_name (any_handle h, const char * name, value_handle vh);

Arguments

h

handle

name

name (text string) of information wanted

vh

value_handle receiving the info

Description

Returns 0 if the wanted information was found and != 0 if not. The information will be in vh. For usage of the function please see user-manual.

source file

ra.c