Given a Feature Model Instance,
retrieves the ID of the Model that contains the
Feature Model being instanced.
SE_NULL_REQUIRED_PARAMETER - and *id_out_ptr is left unaltered, if id_out_ptr is NULL.
SE_INVALID_OR_NULL_OBJECT - and *id_out_ptr is set to zero (0), if object_in is not a handle to a valid, active (i.e., unfreed) <Feature Model Instance>.
SE_UNRESOLVED_START_OBJECT - and *id_out_ptr is set to zero (0), if object_in is unresolved.
SE_NO_OBJECT - and *id_out_ptr is set to zero (0), if
SE_UNRESOLVED_OBJECT - and *id_out_ptr is set to zero (0), if
SE_OUT_OF_MEMORY - and *id_out_ptr is set to zero (0), if memory could not be allocated during an intermediate operation.
SE_FAILURE - and *id_out_ptr is set to zero (0), if the <Model>'s fields could not be retrieved.
| extern SE_STATUS_CODE_ENUM | |||
| SE_ModelIDFromFMI | |||
| ( | |||
| SE_OBJECT | object_in, | (notes) | |
| SE_ID | * | id_out_ptr | (notes) |
| ); | |||
<Feature Model Instance> whose <Model> we're identifying.
pointer to variable in the user's memory space where the result is placed.