Table of Contents
allocCONFLIST - allocate space to hold a CONFLIST database
allocCONFLIST
allocates space to store a
CONFLIST array.
The array should be initialized
using InitConfList(3mngr)
after being created.
This function is part of
libmngr.
CONFLIST *allocCONFLIST (
int Size,
ine *error
);
The number of
CONFLIST elements to allocate.
pointer to
a variable to hold error code.
a pointer to the newly created
CONFLIST array is returned on success. NULL is returned on failure.
error
returns ERRok on success and ERRmem on failure.
libmngr(3mngr)
$Id: allocCONFLIST.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $
Table of Contents