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)
);

Definition

Given an SE_Object, determines whether the object is resolved.


Returns

SE_RET_CODE_SUCCESS and whether the object is resolved is returned.
SE_RET_CODE_FAILUREand the status code is set appropriately if the call failed.

Status Codes

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.


Parameters Notes


object_in

 the object being queried.

result_out_ptr

 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.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS