- HMNMConnect
alias HMNMConnect = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MINIMSTR
alias MINIMSTR = _MINIMSTR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mnmcallbackproc_t
alias mnmcallbackproc_t = void function(HMNMConnect pConnect, MINIMSTR* Command, MINIMSTR* Answer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mnmgroupreadproc_t
alias mnmgroupreadproc_t = void function(HMNMConnect pConnect, MINIMSTR* Value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mnmoutputproc_t
alias mnmoutputproc_t = void function(HMNMConnect pConnect, MINIMSTR* Value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MNMCreateConnect
HMNMConnect MNMCreateConnect(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.
- MNMExecuteOutput
int MNMExecuteOutput(HMNMConnect pConnect, MINIMSTR* Commands)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMListGet
int MNMListGet(MINIMSTR* List, int pos, MINIMSTR* Element)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMListLength
int MNMListLength(MINIMSTR* List)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMListSet
int MNMListSet(MINIMSTR* List, int pos, MINIMSTR* Element)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMSetCallback
void MNMSetCallback(HMNMConnect pConnect, mnmcallbackproc_t pProc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMSetGroupRead
void MNMSetGroupRead(HMNMConnect pConnect, mnmgroupreadproc_t pProc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMSetOutput
void MNMSetOutput(HMNMConnect pConnect, mnmoutputproc_t pProc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MNMText
int MNMText(MINIMSTR* Source, MINIMSTR* Target)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.