4301 - 4310 of 4620 for listSearch Results
View search results from all Wolfram sites (353176 matches)
MLBytesToGet()   (Mathematica MathLink C Function)
int MLBytesToGet (MLINK link, int *n) calculates the number of bytes left to read in the textual representation of the current data and stores the result in n.
MLBytesToPut()   (Mathematica MathLink C Function)
int MLBytesToPut (MLINK link, int *n) calculates the number of bytes remaining to be written in the textual representation of the current data, and stores the result in n.
MLClose()   (Mathematica MathLink C Function)
void MLClose (MLINK link) closes a MathLink connection.
MLENV   (Mathematica MathLink C Function)
MLENV is a MathLink type representing a MathLink library environment.
MLEvaluateString()   (Mathematica MathLink C Function)
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
MLFlush()   (Mathematica MathLink C Function)
int MLFlush (MLINK link) flushes out any buffers containing data waiting to be sent on link.
MLGetData()   (Mathematica MathLink C Function)
int MLGetData (MLINK link, char *b, int len, int *count) gets textual data from the MathLink connection specified by link, storing the result in a buffer b of maximum length ...
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.
MLGetMessageHandler()   (Mathematica MathLink C Function)
MLMessageHandlerObject MLGetMessageHandler (MLINK link) returns the message handler function installed for the MLINK object link.
1 ... 428|429|430|431|432|433|434 ... 462 Previous Next

...