uTools-Manuals/src/docs/win32api/1/FreeResource.html
2020-06-06 20:39:00 +08:00

11 lines
720 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<body>
<FONT style="FONT: 12px 宋体" color=black>
<h3>函数功能</h3>该函数已过时。它为16位的基于Win32的应用程序提供了一个简单的端口。对于Win32应用程序32位没有必要释放用LoadResource函数装载资源。由LoadResource所获得的资源随着被装载模块的卸载自动被释放。但是为了保留内存减少的程序工作设置所占空间大小必须通过调用下列表中的函数以释放加速器表、位图、光标、图标以及菜单所占的内存资源。<br>
加速器表DestroyAcceleratorTable位图DeleteObject光标DestroyCursor<br>
图标Destroylcon菜单DestroyMenu。<br>
</body>
</html>