Restores a pool to its creation state.
BOOLEAN mpool_reset(
    MPOOL pool
);
pool 
If pool is a dynamic pool then all pages return to the OS and are invalid. Any pointers referencing memory within the pool become invalid, statistics for the pool also reset.
EINVAL | 
The pool is not a valid MPOOL. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 4.0 | intime/rt/include/mpool.h | mpool.h | clib.lib |