次の方法で共有


SurfaceHeap Class Definition (Windows Embedded CE 6.0)

1/6/2010

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