Home > dev > api > name > gb.getfunction 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
GB.GetFunction
int GB.GetFunction ( GB_FUNCTION *func , void *object , const char *name , const char *sign )

Search a metodo in a classe.

* func will receive the function that matches the specifications.
* object is an object for a dynamic method, and a class for a static method.
* name is the name of the method.
* sign is the signature of the method.

This function returns a non-zero value if the method couldn't be found.

Vedi anche

api/cat/call, api/cat/signature