Given an SE_OBJECT, determines whether the object
is resolved.
SE_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unaltered, if result_out_ptr is NULL.
SE_INVALID_OR_NULL_OBJECT - and *result_out_ptr is set to SE_FALSE, if object_in is not a handle to a valid SEDRIS object.
SE_FAILURE - and *result_out_ptr is set to SE_FALSE, if the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time.
| extern SE_STATUS_CODE_ENUM | |||
| SE_ObjectIsResolved | |||
| ( | |||
| SE_OBJECT | object_in, | (notes) | |
| SE_BOOLEAN | * | result_out_ptr | (notes) |
| ); | |||
the SE_OBJECT that is 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.