Ring1_PointerList_clear
Clear this pointer list.
Ring1_Result
Ring1_PointerList_clear
(
Ring1_PointerList *self
)
This function clears this pointer list. If a "removed" callback is associated with the pointer list object, then this function will be invoked on each removed pointer. This function stops removing pointers as soon as a "removed" callback returns an error.
Parameter variables
self
- A pointer to this pointer list.
Return Values
Ring1_Result_Success
on success,
Ring1_Result_Failure
on failure.