次の方法で共有


SurfaceHeap Class Definition (Windows CE 5.0)

Send Feedback

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

SurfaceHeap Class

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.