Read scalar handle data from a gateway argument.
int getScalarHandle(void* _pvCtx, int* _piAddress, long long* _pllHandle)
Scilab environment pointer, pass in "pvApiCtx" provided by api_scilab.h.
Address of the Scilab variable.
Return handle value.
if successful 0, otherwise print error(s) message(s) in the Scilab console and returns first error number.
Version | Description |
5.5.0 | This function added in Scilab 5.5.0 |