Frees the data associated with the fields of the remaining objects list
returned by
SE_GetRemainingObjectsList().
SE_NULL_REQUIRED_PARAMETER - and *to_free is left unaltered, if to_free was NULL.
SE_INVALID_OR_NULL_OBJECT - and *to_free is left unaltered, if to_free->object_list contains an entry that is not a handle to a valid, active (i.e., unfreed) object, or if to_free->list_object_list contains a non-NULL entry that is not a handle to a valid, active (i.e., unfreed) object.
SE_FAILURE - and no changes are made, if
| extern SE_STATUS_CODE_ENUM | |||
| SE_FreeRemainingObjectsList | |||
| ( | |||
| SE_REMAINING_OBJECTS_LIST | * | to_free | (notes) |
| ); | |||
a pointer to a SE_REMAINING_OBJECTS_LIST structure,
which contains data returned by SE_GetRemainingObjectsList().