Microsoft SDK for Java

Region.getHandle

Retrieves the Win32 handle (HREGION) for this region.

Syntax

public int getHandle()

Return Value

Returns the Win32 handle for this region.

Exceptions

WFCException thrown if the dispose or finalize methods have already been called on this object.

Remarks

The handle returned by this method is not a copy of the region handle. Therefore, this handle should not be freed by the caller.

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