Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Listing of C Functions in the MathLink Library /

MLGetSymbolMLInitialize

MLGetUnicodeString()

FilledSmallSquareint MLGetUnicodeString(MLINK link, unsigned short **s, long *n) gets a character string from the MathLink connection specified by link, storing the string in s as a sequence of 16-bit Unicode characters.

FilledSmallSquareMLGetUnicodeString() allocates memory for the character string. You must call MLDisownUnicodeString() to disown this memory.

FilledSmallSquare External programs should not modify strings generated by MLGetUnicodeString().

FilledSmallSquareMLGetUnicodeString() stores all characters directly in 16-bit Unicode form.

FilledSmallSquare 8-bit ASCII characters are stored with a null high-order byte.

FilledSmallSquare See The Mathematica Book: Section 2.12.5.

FilledSmallSquare See also: MLGetString, MLGetByteString.

MLGetSymbolMLInitialize



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.