Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - globalfree() frees the given global memory object http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GlobalFree()           Frees the given global memory object
--------------------------------------------------------------------------------

   Syntax:              GlobalFree( <hGlobalMem> )  -->  <hGlobalMem>


   Parameters:

   <hGlobalMem>         Identifies the global memory object to freed.

   Returns:

   <hGlobalMem>         If the function is successful it returns 0, if not
                        it returns again the same <hGlobalMem> supplied.

   Observations:        This functions are only recommend for very advanced
                        windows API programmers.

   Source code:         SOURCE\\WINAPI\\Mem.c

   See also:            GlobalAlloc() GlobalLock() GlobalUnlock()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson