Share via


SurfaceHeap Class Definition

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The SurfaceHeap class is a heap management class for use when the abilities of the Node2D class do not satisfy the requirements of your driver. It is most useful when your driver is capable of supporting surface types of different bit depths.

SurfaceHeap (
DWORD size,
ADDRESS base,
SurfaceHeap *pNext,
SurfaceHeap *pPrev
);

SurfaceHeap *Alloc (
DWORD size
);

ADDRESS Address (
void
);

void Free (
void
);
DWORD Available (
void
);

DWORD Size (
void
);
DWORD NodeSize (
void
};

See Also

Concepts

SurfaceHeap Class