SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE ObjectIsPublished
extern SE_Return_Code
SE_ObjectIsPublished
(
SE_Object  object,1
SE_Boolean  *result2
);

Definition

Given the DRM object specified by object, result returns the value SE_TRUE if the DRM object has been published; otherwise, result returns the value SE_FALSE.


Returns

SE_RETCOD_SUCCESS and whether the object is published is returned.
SE_RETCOD_FAILURE and the status code is set appropriately if the call failed.

Status Codes

SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:

SE_STATCODE_SUCCESS set if valid parameters were passed in and the call was successful.

SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:

SE_STATCODE_UNRESOLVED_OUTPUT_OBJECT set if object passed in is not a resolved object.
SE_STATCODE_INACTIONABLE_FAILURE set if the call fails for any other reason.

Parameters Notes

1 the object being queried, which must be resolved.

2 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.