Given an object, get its SE_OBJECT_ID if it has
one.
SE_NULL_REQUIRED_PARAMETER - if id_out_ptr is NULL. In this case, *id_out_ptr is unaffected.
SE_INVALID_OR_NULL_OBJECT - if object_in is not a handle to a valid, active (i.e., unfreed), saved SEDRIS object. In this case, *id_out_ptr is set to NULL.
SE_UNRESOLVED_OBJECT - if object_in is unresolved. In this case, *id_out_ptr is set to NULL.
SE_FAILURE - and *id_out_ptr is set to NULL, if
| extern SE_STATUS_CODE_ENUM | |||
| SE_GetIDForObject | |||
| ( | |||
| SE_OBJECT | object_in, | (notes) | |
| SE_OBJECT_ID | * | id_out_ptr | (notes) |
| ); | |||
the object for which an ID is requested.
pointer to the SE_OBJECT_ID.