The information in this article applies to:
SUMMARYThe ExtractIcon() API is new to Windows version 3.1. The Window 3.1 Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions" description of this function, on page 296, does not address management of the memory occupied by the icons extracted using ExtractIcon. This article provides that information. MORE INFORMATION
When an application calls ExtractIcon(), it passes an hInstance. When that hInstance is terminated, the memory occupied by that icon is
automatically freed.
Additional query words: 3.10
Keywords : kb16bitonly kbSDKWin16 |
Last Reviewed: June 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |