Scilab-Branch-6.1-GIT
- Ajuda do Scilab
- API Scilab
- legacy
- API Scilab
- API types
- Getting started with API_Scilab
- API double functions
- API common functions
- API string functions
- API boolean functions
- API integer functions
- API list-type functions
- API polynomial functions
- API pointer functions
- API cell functions
- API struct functions
- API handle functions
- API optional functions
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
API pointer functions
This page lists all the functions to manipulate Scilab native objects containing pointers
scilabStatus
scilab_getPointer
(
scilabEnv
env,
scilabVar
var, void const** val)
Get pointer value val
from pointer variable.
scilabStatus
scilab_setPointer
(
scilabEnv
env,
scilabVar
var, const void* val)
Set value val
of a pointer variable var
.
Report an issue | ||
<< API polynomial functions | API Scilab | API cell functions >> |