SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE FreeObject |
---|
extern SE_Return_Code | |||
SE_FreeObject | |||
( | |||
SE_Object | to_free_object | 1 | |
); |
This function frees the memory directly associated with the DRM object handle specified by to_free_object.
If multiple DRM object handles corresponding to the same DRM object have been retrieved through this API, SE_FreeObject() shall not release the memory for that DRM object until the last handle to the DRM object is passed in to SE_FreeObject().
SE_RETCOD_SUCCESS | and the object handle is deallocated. |
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 a valid parameter was passed in and all operations
succeeded. Please note that
|
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_INACTIONABLE_FAILURE | set if the call fails for any reason. |
1 the DRM object to be freed.
Prev: SE_FreeIterator.
Next: SE_FreePackedHierarchy.
Up:Index.
|