SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE ObjectIsPublished |
---|
extern SE_Return_Code | |||
SE_ObjectIsPublished | |||
( | |||
SE_Object | object_in, | (notes) | |
SE_Boolean | * | result_out_ptr | (notes) |
); |
Given an SE_Object, determines whether the object has been published.
SE_RET_CODE_SUCCESS | and whether the object is published 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 the call was successful. |
SE_Status_Code(s) when SE_RET_CODE_FAILURE is returned:
SE_STAT_CODE_UNRESOLVED_OUTPUT_OBJECT | set if object passed in is not a resolved object. |
SE_STAT_CODE_INACTIONABLE_FAILURE | set if the call fails for any other reason. |
the object being queried, which must be resolved.
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_IsIteratorComplete.
Next: SE_ObjectIsResolved.
Up:Index.
|