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.
public static void freeHGlobal(int hglobal);
hglobal | The global memory handle to free. |