EndModal[] is the head of an expression sent by Java to signal the end of a DoModal[] loop.
GetComplexClass[] returns the Java class used for complex numbers sent from, and returned to, Mathematica.
SetComplexClass[classname] specifies the Java class to use for complex numbers sent from, and returned to, Mathematica.
SetPeriodicalInterval[id, interval] resets the time interval for the periodical task with the given id.
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
void MTensor_disown (MTensor t) disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.
mint MTensor_getType (MTensor t) gets the type of an MTensor.
mint MTensor_shareCount (MTensor t) returns the number of sharing references to an MTensor held by Mathematica.