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_plugin_get_by_name

ra_plugin_get_by_name

Name

ra_plugin_get_by_name --  get plugin-handle

Synopsis

LIBRAAPI plugin_handle ra_plugin_get_by_name (ra_handle h, const char * name, int search_all);

Arguments

h

handle to libRASCH

name

name of plugin

search_all

flag if all plugins should be searched (or only those with the use-it-flag enabled)

Description

Returns the plugin-handle for plugin with name name.

source file

ra.c