rifObjectDelete
Deletes previously created object.
rif_int rifObjectDelete( |
void * obj); |
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
obj |
input |
A valid previously created object. |
Return
Returns RIF_SUCCESS in case of success, or RIF_ERROR code if a problem was encountered.
Errors
Possible error codes:
RIF_ERROR_INVALID_PARAMETER —
obj
is not a valid previously created object.