- HMNMConnect
alias HMNMConnect = void*
Undocumented in source.
- MINIMONOVM
alias MINIMONOVM = tagMINIMONOVM
Undocumented in source.
- MNMConnectClose_t
alias MNMConnectClose_t = int function(HMNMConnect pConnect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMConnectOpen_t
alias MNMConnectOpen_t = int function(HMNMConnect pConnect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMCreateConnect_t
alias MNMCreateConnect_t = HMNMConnect function(char* server, int port, char* database)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMDestroyConnect_t
alias MNMDestroyConnect_t = void function(HMNMConnect pConnect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMExecuteOutput_t
alias MNMExecuteOutput_t = int function(HMNMConnect pConnect, MINIM_STR* Commands)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMExecute_t
alias MNMExecute_t = int function(HMNMConnect pConnect, MINIM_STR* Commands)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMGetLastError_t
alias MNMGetLastError_t = void function(HMNMConnect pConnect, MINIM_STR* pError)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMKill_t
alias MNMKill_t = int function(HMNMConnect pConnect, MINIM_STR* VarName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMRead_t
alias MNMRead_t = int function(HMNMConnect pConnect, MINIM_STR* Expression, 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.
- MNMSetCallback_t
alias MNMSetCallback_t = void function(HMNMConnect pConnect, void* pProc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMSetOutput_t
alias MNMSetOutput_t = void function(HMNMConnect pConnect, void* pProc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMWrite_t
alias MNMWrite_t = int function(HMNMConnect pConnect, MINIM_STR* VarName, MINIM_STR* VarValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- createminimonovm_t
alias createminimonovm_t = int function(MINIMONOVM* init)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ctrlbreakvm_t
alias ctrlbreakvm_t = void function(int set_break)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevgetkey_t
alias dlldevgetkey_t = int function(ZDLLCB* cbfunc, 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.
- dlldevgetx_t
alias dlldevgetx_t = int function(ZDLLCB* cbfunc, int* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevreadchar_t
alias dlldevreadchar_t = int function(ZDLLCB* cbfunc, int timeout, int* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevreadstr_t
alias dlldevreadstr_t = int function(ZDLLCB* cbfunc, int len, int timeout, 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.
- dlldevsetkey_t
alias dlldevsetkey_t = int function(ZDLLCB* cbfunc, 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.
- dlldevsetx_t
alias dlldevsetx_t = int function(ZDLLCB* cbfunc, int value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevuse_t
alias dlldevuse_t = int function(ZDLLCB* cbfunc, MINIM_STR** param_pairs, int param_pairs_count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevwritechar_t
alias dlldevwritechar_t = int function(ZDLLCB* cbfunc, int _char)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevwriteff_t
alias dlldevwriteff_t = int function(ZDLLCB* cbfunc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevwritenl_t
alias dlldevwritenl_t = int function(ZDLLCB* cbfunc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevwritestr_t
alias dlldevwritestr_t = int function(ZDLLCB* cbfunc, 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.
- dlldevwritetab_t
alias dlldevwritetab_t = int function(ZDLLCB* cbfunc, int tabcount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlldevzeof_t
alias dlldevzeof_t = int function(ZDLLCB* cbfunc, int* result)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- freeminimonovm_t
alias freeminimonovm_t = void function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getdefaultsettingsvm_t
alias getdefaultsettingsvm_t = void function(MINIMONOVM* init)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- mnmlistget_t
alias mnmlistget_t = int function(MINIM_STR* List, int pos, MINIM_STR* Element)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- mnmlistlength_t
alias mnmlistlength_t = int function(MINIM_STR* List)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- mnmlistset_t
alias mnmlistset_t = int function(MINIM_STR* List, int pos, MINIM_STR* Element)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- mnmtext_t
alias mnmtext_t = int function(MINIM_STR* Source, MINIM_STR* Target)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.