DllFunction.Call_Int32

Prototypes

int Call_Int32()

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

Example
declare int retvalue;
retvalue = func.Call_Int32();