1301 - 1310 of 1337 for ManipulateSearch Results
View search results from all Wolfram sites (8512 matches)
MLPutUCS2Symbol()   (Mathematica MathLink C Function)
int MLPutUCS2Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by s with length len to the MathLink connection specified by link.
MLPutUTF16String()   (Mathematica MathLink C Function)
int MLPutUTF16String (MLINK link, const unsigned short *s, int len) puts a UTF-16 string s of length len to the MathLink connection specified by link.
MLPutUTF16Symbol()   (Mathematica MathLink C Function)
int MLPutUTF16Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by UTF-16 encoded string s with length len to the MathLink connection ...
MLPutUTF32String()   (Mathematica MathLink C Function)
int MLPutUTF32String (MLINK link, const unsigned int *s, int len) puts a UTF-32 string s of length len to the MathLink connection specified by link.
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.
1 ... 128|129|130|131|132|133|134 Previous Next

...