Initializing help system before first use

XPRMcsrtoref

XPRMcsrtoref


Purpose
Get the constant object associated to a CSREF structure.
Synopsis
void *XPRMcsrtoref(XPRMmodel model, void *csr);
Arguments
ctx 
Mosel's execution context
csr 
A reference of an entity of structure XPRM_STR_CSREF
Return value
A reference to the constant object associated to the CSREF entity.
Further information
Mosel saves references to constant objects of native or record types in entities of structure XPRM_STR_CSREF. This function makes it possible to access the actual object associated to a constant of this kind.
Related topics