EngFreeUserMem macro (winddi.h)

The EngFreeUserMem function deallocates a block of user memory.

Syntax

void EngFreeUserMem(
  [in]  p
);

Parameters

[in] p

Pointer to the block of user memory being deallocated.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

EngAllocUserMem