Home / api / name / gb.call 
GB.Call
Syntax
void GB.Call ( GB_FUNCTION *func , int nparam , int release )

Calls a function that you got by using GB.GetFunction.

The returned value is internally transmitted to the caller as if you have called one of the GB.Return... function.

If you need accessing the returned value, tell me!
-- BenoƮt


See also
Calling Functions  Returning Values