2061 - 2070 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60385 matches)
MLPutUTF32Symbol()   (Mathematica MathLink C Function)
int MLPutUTF32Symbol (MLINK link, const unsigned int *s, int len) puts a symbol whose name is given by UTF-32 encoded string s with length len to the MathLink connection ...
MLPutUTF8String()   (Mathematica MathLink C Function)
int MLPutUTF8String (MLINK link, const unsigned char *s, int len) puts a UTF-8 string s of len bytes to the MathLink connection specified by link.
MLPutUTF8Symbol()   (Mathematica MathLink C Function)
int MLPutUTF8Symbol (MLINK link, const unsigned char *s, int len) puts a symbol whose name is given by UTF-8 encoded string s with length len to the MathLink connection ...
MLReleaseByteArray()   (Mathematica MathLink C Function)
void MLReleaseByteArray (MLINK link, unsigned char *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetByteArray() to store the array a, its dimensions ...
MLReleaseInteger16Array()   (Mathematica MathLink C Function)
void MLReleaseInteger16Array (MLINK link, short *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetInteger16Array() to store the array a, its dimensions ...
MLReleaseInteger16List()   (Mathematica MathLink C Function)
void MLReleaseInteger16List (MLINK link, short *a, int n) disowns memory allocated by MLGetInteger16List() to store the array a of length n.
MLReleaseInteger32Array()   (Mathematica MathLink C Function)
void MLReleaseInteger32Array (MLINK link, int *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetInteger32Array() to store the array a, its dimensions dims ...
MLReleaseInteger32List()   (Mathematica MathLink C Function)
void MLReleaseInteger32List (MLINK link, int *a, int n) disowns memory allocated by MLGetInteger32List() to store the array a of length n.
MLReleaseInteger64Array()   (Mathematica MathLink C Function)
void MLReleaseInteger64Array (MLINK link, mlint64 *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetInteger64Array() to store the array a, its dimensions ...
MLReleaseInteger64List()   (Mathematica MathLink C Function)
void MLReleaseInteger64List (MLINK link, mlint64 *a, int n) disowns memory allocated by MLGetInteger64List() to store the array a of length n.
1 ... 204|205|206|207|208|209|210 ... 216 Previous Next

...