Gentee Programming Language > Documentation > Launch | Download documentation |
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, ... )
id Identifier of the called function. Can be obtained by ge_getid function. result Pointer to the memory space, to which the result will be written. ... Required parameters of the function.
Returns “0” in case of error.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |