As of Version 6.0, PlotDivision has been superseded by MaxRecursion.
SQLColumnInformation[conn] returns a list of information about the columns in an SQL connection.
SQLColumns[conn] returns the SQLColumn objects for each column in an SQL connection.
As of Version 6.0, RasterArray has been superseded by new capabilities in Raster.
int MLPutInteger64 (MLINK link, mlint64 i) puts the 64-bit integer i to the MathLink connection specified by link.
MLUserFunction is a MathLink type that describes a function pointer to a function taking an MLINK argument with a return type of void.
int MLAllocParameter (MLParameters *p, MLAllocator * a, MLDeallocator * d) retrieves the current memory allocator and deallocator function pointers from the MLParameters ...
MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...
int MLGetInteger64 (MLINK link, mlint64 *i) gets a 64-bit integer from the MathLink connection specified by link and stores it in i.
int MLMessageReady (MLINK link) queries the link object link to see if the link has an out-of-band message.