![]() |
![]() |
![]() |
![]() |
OMis_null_obj
Synopsis
int OMis_null_obj(OMobj_id object_id );
Description
OMis_null_obj is a C macro which tests whether an object id is NULL.Arguments
object_idReturned value
The returned value indicates whether the object id is NULL:Returned valueMeaning1The object id is NULL.0The object id is not NULL.OM_STAT_ERROROM_null_obj has failed. See Return StatusExamples
/* Test whether val1_id is null. */
OMobj_id val1_id;
...
if (OMis_null_obj(val1_id))
printf("Object id is NULL\n");See Also
![]() |
![]() |
![]() |
![]() |