Ring1_PointerList_uninitialize
Uninitialize this pointer list.
Ring1_Result
Ring1_PointerList_uninitialize
(
Ring1_PointerList *self
)
This function uninitializes this pointer list.
This pointer list must be initialized, otherwise the behavior of this function is undefined.
The pointer list is cleared as if Ring1_PointerList_clear
was invoked on the pointer list.
Parameter variables
self
- A pointer to this pointer list.
Return Values
Ring1_Result_Success
on success,
Ring1_Result_Failure
on failure.