- MINIM_STR
alias MINIM_STR = _MINIM_STR
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ZDLLCB
alias ZDLLCB = _ZDLLCB
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ZDLLFUNC
alias ZDLLFUNC = _ZDLLFUNC
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- data_global_t
alias data_global_t = int function(char* name, char* database, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- data_local_t
alias data_local_t = int function(char* name, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- errstr_t
alias errstr_t = void function(MINIM_STR* errstr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- eval_t
alias eval_t = int function(MINIM_STR* expr, MINIM_STR* res)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- execute_t
alias execute_t = int function(MINIM_STR* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getdouble_t
alias getdouble_t = double function(MINIM_STR* val)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getint32_t
alias getint32_t = int function(MINIM_STR* val)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getint64_t
alias getint64_t = long function(MINIM_STR* val)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getstr_t
alias getstr_t = void function(MINIM_STR* val, MINIM_STR* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- inc_global_t
alias inc_global_t = int function(char* name, char* database, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- inc_local_t
alias inc_local_t = int function(char* name, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- kill_global_t
alias kill_global_t = int function(char* name, char* database, int argc, MINIM_STR** argv)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- kill_local_t
alias kill_local_t = int function(char* name, int argc, MINIM_STR** argv)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- order_global_t
alias order_global_t = int function(char* name, char* database, int argc, MINIM_STR** argv, int forward, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- order_local_t
alias order_local_t = int function(char* name, int argc, MINIM_STR** argv, int forward, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- readglobal_t
alias readglobal_t = int function(char* name, char* database, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- readlocal_t
alias readlocal_t = int function(char* name, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- set_test_t
alias set_test_t = int function(int svn_test_value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- setdouble_t
alias setdouble_t = void function(double val, MINIM_STR* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- setint32_t
alias setint32_t = void function(int val, MINIM_STR* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- setint64_t
alias setint64_t = void function(long val, MINIM_STR* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- userdo_t
alias userdo_t = int function(char* name, int argc, MINIM_STR** argv)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- userfunc_t
alias userfunc_t = int function(char* name, int argc, MINIM_STR** argv, MINIM_STR* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- writeglobal_t
alias writeglobal_t = int function(char* name, char* database, int argc, MINIM_STR** argv, MINIM_STR* value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- writelocal_t
alias writelocal_t = int function(char* name, int argc, MINIM_STR** argv, MINIM_STR* value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- zdllfunc_t
alias zdllfunc_t = int function(ZDLLCB* cbfunc, MINIM_STR* result, int argc, MINIM_STR** argv)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- zdllfuncexport_t
alias zdllfuncexport_t = ZDLLFUNC* function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.