次の方法で共有


SurfaceHeap::Free (Windows Embedded CE 6.0)

1/6/2010

This method releases memory allocated for the current heap. Because Free is called automatically by the SurfaceHeap destructor, your driver does not typically need to call this method.

Syntax

void Free();

Parameters

None.

Return Value

None.

Remarks

This method does not release the memory occupied by the actual SurfaceHeap object. For that, you should delete the SurfaceHeap object.

Requirements

Header ddgpe.h
Library Ddgpe.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

SurfaceHeap Class
SurfaceHeap Class Definition