DmiCreatePool(3dmi)


DmiCreatePool -- create a pool of memory

Synopsis

#include <dmi2mem.h>

Void * DMI_API DmiCreatePool ( void );

Description

DmiCreatePool is used to create a pool of memory. When successful, it returns a pool handle, otherwise, it returns NULL. The pointer to the allocated pool is then used by functions such as DmiPoolAlloc(3dmi).

Return values

This function returns the pool handle or NULL in case of failure.
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004