Frees memory previously allocated for an odm_get_list subroutine.
Object Data Manager Library (libodm.a)
#include <odmi.h>
int odm_free_list (ReturnData, DataInfo) struct ClassName *ReturnData; struct listinfo *DataInfo;
The odm_free_list subroutine recursively frees up a tree of memory object lists that were allocated for an odm_get_list subroutine.
Upon successful completion, a value of 0 is returned. If the odm_free_list subroutine is unsuccessful, a value of -1 is returned and the odmerrno variable is set to an error code.
Failure of the odm_free_list subroutine sets the odmerrno variable to one of the following error codes:
ODMI_MAGICNO_ERR | |
The class symbol does not identify a valid object class. | |
ODMI_PARAMS | |
The parameters passed to the subroutine were not correct. Make sure there are the correct number of parameters and that they are valid. |
This subroutine is part of Base Operating System (BOS) Runtime.
The odm_get_list subroutine.
List of ODM Commands and Subroutines.
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.