EngFreeUserMem

VOID EngFreeUserMem(

    PVOID pv

   );

EngFreeUserMem deallocates a block of user memory.

Parameters

pv
Pointer to the block of user memory being deallocated.

Comments

This routine releases memory allocated by EngAllocUserMem. The memory block must not be accessed after it is freed.