DockedCells is an option for notebooks that gives a list of cells that are to be displayed "docked" at the top of the notebook.
$ImportFormats gives a list of import formats currently supported in your Mathematica system.
RemoteService[properties] contains a list of properties about a service provided by a Lightweight Grid Manager.
int MLGetArgCount (MLINK link, int *n) finds the number of arguments to a function on link and stores the result in n.
int MLGetReal128 (MLINK link, mlextended_double *d) gets an extended-precision floating-point number from link and stores it in d.
Standard is a setting of ModulationType, an option of function FrequencyModulation.
If you have installed Mathematica in a location where multiple users can run it (for example, on a file server or multi-user machine), then you can set up systemwide defaults ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
int MLPutReal128 (MLINK link, mlextended_double d) puts the extend-precision floating-point number d to the MathLink connection specified by link.
int MLGetInteger64 (MLINK link, mlint64 *i) gets a 64-bit integer from the MathLink connection specified by link and stores it in i.