Microsoft SDK for Java

Window.destroyHandle

Destroys the handle associated with a Window object.

Syntax

public void destroyHandle()

Remarks

The destroyHandle method is used to destroy the handle for a window. Calling this method sets the handle to zero and calls the onHandleChange method in response to the change in the window handle.

See Also   onHandleChange

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