Win32 API资源分配释放速查,防止代码资源泄露[9]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 breath 的 blog

                loadresource                     freeresource         no

                lockresource                     unlockresource       no

 

sound                 opensound                        closesound           yes

 

string                 loadstring                       n/a                  no

 

thunk                 makeprocinstance                 freeprocinstance     no

 

timer           settimer                         killtimer            no

 

window         createwindow                     destroywindow        no

                createwindowex                   destroywindow        no

 

 

notes:

------

本文关键:Win32 API资源分配释放速查,防止代码资源泄露
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top