4281 - 4290 of 4620 for listSearch Results
View search results from all Wolfram sites (353174 matches)
MLPutShortInteger()   (Mathematica MathLink C Function)
int MLPutShortInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link, assuming that i contains only the number of digits in the C type ...
MLReleaseEnvIDString()   (Mathematica MathLink C Function)
void MLReleaseEnvIDString (MLINK link, const char *s) disowns the memory allocated by MLGetLinkedEnvIDString() to store the identification string s.
MLSetEnvIDString()   (Mathematica MathLink C Function)
int MLSetEnvIDString (MLENV env, const char *eid) sets the MathLink environment identification string to eid.
MLSetUserData()   (Mathematica MathLink C Function)
void MLSetUserData (MLINK link, void* d, MLUserFunction f) installs the users data object data and function f in link.
MLTestHead()   (Mathematica MathLink C Function)
int MLTestHead (MLINK link, const char *head, int *n) tests that the next object to be read from link is an expression with head head, and stores the number of arguments of ...
mltimeval   (Mathematica MathLink C Function)
mltimeval is a MathLink type used for storing time arguments.
MLToLinkID()   (Mathematica MathLink C Function)
long MLToLinkID (MLINK link) returns the ID number of link.
MLUnsetSignalHandler()   (Mathematica MathLink C Function)
int MLUnsetSignalHandler (MLENV env, int signum, void *f) removes the Unix signal-handler function f as a signal handler for signal signum from the MathLink library ...
MLUserData()   (Mathematica MathLink C Function)
void * MLUserData (MLINK link, MLUserFunction *fp) returns the data object and function pointer installed by MLSetUserData().
MLUserFunction   (Mathematica MathLink C Function)
MLUserFunction is a MathLink type that describes a function pointer to a function taking an MLINK argument with a return type of void.
1 ... 426|427|428|429|430|431|432 ... 462 Previous Next

...