EngFreePrivateUserMem macro (winddi.h)

The EngFreePrivateUserMem function deallocates a block of private user memory.

Syntax

void EngFreePrivateUserMem(
  [in]  psl,
  [in]  p
);

Parameters

[in] psl

Pointer to the DD_SURFACE_LOCAL structure representing the DirectDraw surface with which the memory is associated.

[in] p

Pointer to the block of user memory being deallocated.

Return value

None

Remarks

This routine deallocates a block of memory allocated by EngAllocPrivateUserMem.

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

DD_SURFACE_LOCAL

EngAllocPrivateUserMem

EngAllocUserMem

EngFreeUserMem