SetField[obj@field, val] sets a value of an object field.
MLINK getMathLink (WolframLibraryData libData) gets a MathLink connection to use for evaluations in Mathematica.
void MTensor_setInteger (MTensor t, mint*pos, mint value) sets a single element of an MTensor of integer type.
int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.
BeginNETBlock[] and EndNETBlock[] are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
CallingConvention is an option to DefineDLLFunction that specifies what calling convention the DLL function uses.
CreateCOMObject[str] creates a COM object specified by the string str.
EndNETBlock[] and a preceding BeginNETBlock are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
FormStartPosition is an option to DoNETModal, DoNETModeless, ShowNETWindow, and ShowNETConsole that controls the onscreen location of the form when it first appears.
GetActiveCOMObject[string] acquires an already-running COM object specified by string, which can be either a ProgID (such as "Excel.Application") or a CLSID (such as ...