Microsoft SDK for Java

Image.getHandle

Retrieves the Win32 handle to this image.

Syntax

public abstract int getHandle()

Return Value

Returns the handle to this image.

Remarks

In classes that extend the Image class, the override of this method is generally not a copy of the icon handle. Therefore, this handle should not be freed by the caller.

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