Microsoft SDK for Java

Region.destroyHandle

Called when this object is about to destroy its handle.

Syntax

protected void destroyHandle()

Remarks

If you create a Region object based on a Win32 handle, this handle is not freed in the default implementation of this method. However, in classes that extend the Region class you can override this function to free handles that the object does not own.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.