zdll

Undocumented in source.

Members

Aliases

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.

Enums

WindowType
enum WindowType
Undocumented in source.

Functions

fromResToString
string fromResToString(MINIM_STR* mstr)
Undocumented in source. Be warned that the author may not have intended to support it.
fromStringToExp
bool fromStringToExp(MINIM_STR* mstr, string exp)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

_MINIM_STR
struct _MINIM_STR
Undocumented in source.
_ZDLLCB
struct _ZDLLCB
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
_ZDLLFUNC
struct _ZDLLFUNC
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

MINIM_STR_MAX
auto MINIM_STR_MAX;
Undocumented in source.
MT_INT32
ushort MT_INT32;
Undocumented in source.
MT_INT64
ushort MT_INT64;
Undocumented in source.
MT_MT_DOUBLE
ushort MT_MT_DOUBLE;
Undocumented in source.
ZDLL_CALLBACK_ARGC
auto ZDLL_CALLBACK_ARGC;
Undocumented in source.
ZDLL_CALLBACK_DONE
auto ZDLL_CALLBACK_DONE;
Undocumented in source.
ZDLL_CALLBACK_ERROR
auto ZDLL_CALLBACK_ERROR;
Undocumented in source.
ZDLL_CALLBACK_HALT
auto ZDLL_CALLBACK_HALT;
Undocumented in source.
ZDLL_CALLBACK_PARAMETERS
auto ZDLL_CALLBACK_PARAMETERS;
Undocumented in source.
ZDLL_CALLBACK_SYNTAX
auto ZDLL_CALLBACK_SYNTAX;
Undocumented in source.
ZDLL_CALLBACK_UNDEFINED
auto ZDLL_CALLBACK_UNDEFINED;
Undocumented in source.

Meta