The information in this article applies to:
SUMMARYFreeResource is an obsolete function. It is provided for backward compatibility with 16-bit Windows applications. FreeResource is not necessary for 32-bit Windows applications to free the resources loaded using LoadResource function. MORE INFORMATION
The resources in an application (.exe/.dll) are always mapped to the
address space of a process. LoadResource simply retrieves the address of
the resource that is already in memory. LoadResource does not allocate any
additional memory.
The system automatically deletes these resources when the process that
created them terminates. However, calling the appropriate function saves
memory.
Additional query words:
Keywords : kbWinOS2000 kbResource kbSDKPlatform kbSDKWin32 kbGrpUser |
Last Reviewed: February 1, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |