DmiPoolFree(3dmi)
DmiPoolFree --
release a previously allocated segment of pool memory
Synopsis
#include <dmi2mem.h>
void * DMI_API DmiPoolFree (
	void * block_pointer;
	void * pool_handle;
	);
Description
DmiPoolFree is used to free an element of memory
pointed to by memDsc in a pool of memory mgmtData.
Parameters
block_pointer- 
The memory allocated by a previous call to
DmiPoolAlloc(3dmi).
 
pool_handle- 
The memory pool allocated by a previous call to
DmiCreatePool(3dmi).
 
Return values
For a description of return values, see
``DMI error codes'' in Desktop Management Interface programming.
© 2004 The SCO Group, Inc.  All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004