The information in this article applies to:
SUMMARY
In the Microsoft Windows environment, when a function in a dynamic-
link library (DLL) calls the GlobalAlloc function without specifying
the GMEM_DDESHARE flag in the wFlags parameter, the returned global
memory object belongs to the currently active instance of the
application that called the DLL. If that instance of the application
terminates, the memory is freed. If the DLL is unloaded before the
application terminates, the memory remains allocated.
Additional query words: 3.00 3.10
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |