SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE ObjectIsResolved |
---|
extern SE_Return_Code | |||
SE_ObjectIsResolved | |||
( | |||
SE_Object | object, | 1 | |
SE_Boolean | * | result | 2 |
); |
Given the DRM object specified by object, result returns the value SE_TRUE if the DRM object has been resolved; otherwise, result returns the value SE_FALSE.
SE_RETCOD_SUCCESS | and whether the object is resolved is returned. |
SE_RETCOD_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:
SE_STATCODE_SUCCESS | set if valid parameters were passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_INACTIONABLE_FAILURE | set if the call fails for any reason. |
1 the object being queried.
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_ObjectIsPublished.
Next: SE_ObjectsAreSame.
Up:Index.
|