Example #1
0
EXPORT void STDCALL EnvGetDeffunctionList2(void* env, void* res, void* module)
{
	EnvGetDeffunctionList(env, (DATA_OBJECT*)res, (defmodule*)module);
}
Example #2
0
globle void GetDeffunctionList(
  DATA_OBJECT *returnValue,
  struct defmodule *theModule)
  {
   EnvGetDeffunctionList(GetCurrentEnvironment(),returnValue,theModule);
  }