DllFunction.Call_Int16

Prototypes

short Call_Int16()

Return Value

The method's return value is the return value from the DLL function.

Parameters

None

Remarks

When you call this method, IMLPlus calls the specified DLL function and expects the return value to be a 16-bit integer.

Example
declare short retvalue;
retvalue = func.Call_Int16();