Microsoft SDK for Java

Icon.copyHandle

Retrieves a copy of the Win32 handle for this icon.

Syntax

public final int copyHandle()

Return Value

Returns a copy of the Win32 handle for this icon.

Remarks

Because the handle returned by copyHandle is a copy of the icon's underlying Win32 handle, you are responsible for freeing this handle when you are finished using it.

See Also   getHandle

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