Gentee Programming Language > Documentation > Launch Download documentation

ge_call

Call the function from the bytecode. To use this function, specify the GEF_VM flag, when calling ge_init. The bytecode should be previously loaded with the help of the ge_load function.
 
DWORD __cdecl ge_call(
      DWORD   id,
      DWORD*   result,
      ...   
)

Parameters

idIdentifier of the called function. Can be obtained by ge_getid function.
resultPointer to the memory space, to which the result will be written.
...Required parameters of the function.

Return value

Returns “0” in case of error.

See also

    Gentee API functions     ge_getid


 Copyright © 2004-2006 Gentee Inc. All rights reserved.