SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE ObjectIsResolved |
---|
extern SE_Return_Code | |||
SE_ObjectIsResolved | |||
( | |||
SE_Object | object_in, | (notes) | |
SE_Boolean | * | result_out_ptr | (notes) |
); |
Given an SE_Object, determines whether the object is resolved.
SE_RET_CODE_SUCCESS | and whether the object is resolved is returned. |
SE_RET_CODE_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RET_CODE_SUCCESS is returned:
SE_STAT_CODE_SUCCESS | set if valid parameters were passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RET_CODE_FAILURE is returned:
SE_STAT_CODE_INACTIONABLE_FAILURE | set if the call fails for any reason. |
the object being queried.
a pointer to an SE_Boolean variable in the user's memory space in which the result of the query will be stored.
Prev: SE_ObjectIsPublished.
Next: SE_ObjectsAreSame.
Up:Index.
|