用 LoadResource 装入的资源怎么释放

用 LoadResource 装入的资源如何释放?用LoadResource装入的资源如何释放?FreeResource已被作废,用delete释

用 LoadResource 装入的资源如何释放?
用   LoadResource   装入的资源如何释放?
FreeResource   已被作废,用delete   释放有时没问题,有时却有问题。

[解决办法]
是win32 api,去VC里面问一下。
[解决办法]
Both Windows 95 and Windows NT automatically free resources. You do not need to call the FreeResource function to free a resource loaded by using the LoadResource function.