Share via


SurfaceHeap Class Definition (Compact 2013)

3/26/2014

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

Reference

SurfaceHeap Class