Microsoft SDK for Java

freeHGlobal

This method of the DllLib class frees a native memory block by invoking the Win32 function GlobalFree. Any global memory handle that has a zero high-order word is safely ignored.

Syntax

public static void freeHGlobal(int hglobal);

Parameters

hglobal The global memory handle to free.

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