开发者

Is FreeResource required on 64-bit?

开发者 https://www.devze.com 2023-01-16 06:38 出处:网络
According to afxv_w32.h, FreeRe开发者_Python百科source and UnlockResource are not required on Win32 platforms (see last line of this file). What about Win64 platforms? I guess this remark also applies

According to afxv_w32.h, FreeRe开发者_Python百科source and UnlockResource are not required on Win32 platforms (see last line of this file). What about Win64 platforms? I guess this remark also applies on these platforms. Can anyone confirm this? Thanks.


FreeResource on MSDN says no. The function was used in 16bit windows, and is no longer required afterwards, which includes 64bit.

0

精彩评论

暂无评论...
验证码 换一张
取 消