7541 - 7550 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLCheckFunction()   (Mathematica MathLink C Function)
int MLCheckFunction (MLINK link, char *name, long *n) checks that a function whose head is a symbol with the specified name is on link, and stores the number of the arguments ...
MLFlush()   (Mathematica MathLink C Function)
int MLFlush (MLINK link) flushes out any buffers containing data waiting to be sent on link.
MLGetArgCount()   (Mathematica MathLink C Function)
int MLGetArgCount (MLINK link, int *n) finds the number of arguments to a function on link and stores the result in n.
MLGetInteger64()   (Mathematica MathLink C Function)
int MLGetInteger64 (MLINK link, mlint64 *i) gets a 64-bit integer from the MathLink connection specified by link and stores it in i.
MLGetLinkedEnvIDString()   (Mathematica MathLink C Function)
int MLGetLinkedEnvIDString (MLINK link, const char ** e) returns the identification string of the MathLink environment connected to link and stores it in e.
MLGetUCS2Symbol()   (Mathematica MathLink C Function)
int MLGetUCS2Symbol (MLINK link, const unsigned short ** s, int *len) gets a UCS-2 character string corresponding to the name of a symbol from the MathLink connection ...
MLPutInteger64List()   (Mathematica MathLink C Function)
int MLPutInteger64List (MLINK link, mlint64 *a, int n) puts a list of n 64-bit integers starting from location a to the MathLink connection specified by link.
MLPutMessage()   (Mathematica MathLink C Function)
int MLPutMessage (MLINK link, int msg) sends the message msg to the link object link.
MLPutMessageWithArg()   (Mathematica MathLink C Function)
int MLPutMessageWithArg (MLINK link, int msg, int arg) sends the message msg and its argument arg to the link object link.
MLReleaseEnvIDString()   (Mathematica MathLink C Function)
void MLReleaseEnvIDString (MLINK link, const char *s) disowns the memory allocated by MLGetLinkedEnvIDString() to store the identification string s.
1 ... 752|753|754|755|756|757|758 ... 870 Previous Next

...