7551 - 7560 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523486 matches)
MLReleaseString()   (Mathematica MathLink C Function)
void MLReleaseString (MLINK link, const char *s) disowns memory allocated by MLGetString() to store the character string s.
MLReleaseUCS2String()   (Mathematica MathLink C Function)
void MLReleaseUCS2String (MLINK link, unsigned short *s, int n) disowns memory allocated by MLGetUCS2String() to store the string s.
MLReleaseUTF32String()   (Mathematica MathLink C Function)
void MLReleaseUTF32String (MLINK link, const unsigned int *s, int len) disowns memory allocated by MLGetUTF32String() to store the UTF-32 encoded string s.
MLSetSignalHandlerFromFunction()   (Mathematica MathLink C Function)
int MLSetSignalHandlerFromFunction (MLENV ep, int s, void *sf) installs the Unix signal handler pointed to by sf for signal s in the MathLink library signal-handling ...
MLEndPacket()   (Mathematica MathLink C Function)
int MLEndPacket (MLINK link) inserts an indicator in the expression stream that says the current expression is complete and is ready to be sent.
MLPutByteSymbol()   (Mathematica MathLink C Function)
int MLPutByteSymbol (MLINK link, const unsigned char *s, long l) puts a symbol whose name is given by the character string s of length l to the MathLink connection specified ...
MLPutType()   (Mathematica MathLink C Function)
int MLPutType (MLINK link, int type) prepares link to put an object of the specified type.
MLCreateMark()   (Mathematica MathLink C Function)
MLMARK MLCreateMark (MLINK link) creates a mark at the current position in a sequence of expressions on a link.
MLDeinitialize()   (Mathematica MathLink C Function)
void MLDeinitialize (MLENV env) destructs the MathLink environment object.
MLENV   (Mathematica MathLink C Function)
MLENV is a MathLink type representing a MathLink library environment.
1 ... 753|754|755|756|757|758|759 ... 870 Previous Next

...