$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
$PrintServiceRequest uses the Mathematica Print function to print the message sent to a web service.
$PrintServiceResponse uses the Mathematica Print function to print the message received from a web service before it is deserialized into a Rule syntax expression.
DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.
WaveletImagePlot[dwd] plots the basis tree of wavelet image coefficients in the DiscreteWaveletData dwd.WaveletImagePlot[dwd, r] plots coefficients up to refinement level ...
void MLDestroyMark (MLINK link, MLMARK mark) destroys the specified mark on a link.
MLINK MLFromLinkID (MLENV env, long inumb) returns the link object with ID number inumb in the MathLink environment env.
mlint64
(Mathematica MathLink C Function) mlint64 is a MathLink type for storing 64-bit integers.
int MLMessageReady (MLINK link) queries the link object link to see if the link has an out-of-band message.