DllFunction.Call_Int64

Prototypes

long Call_Int64()

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 64-bit integer.

Example
declare long retvalue;
retvalue = func.Call_Int64();