Microsoft Windows CE 3.0  

SurfaceHeap Class Definition

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The SurfaceHeapclass is a heap management class for use when the abilities of the Node2Dclass 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
};


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.