开发者

MFC - On terminiation handler

开发者 https://www.devze.com 2023-01-30 10:15 出处:网络
Is it p开发者_如何学Goossible to call a function to perform cleanup before my application closes? Certainly. That is what the CWinApp::ExitInstance virtual function is for.

Is it p开发者_如何学Goossible to call a function to perform cleanup before my application closes?


Certainly. That is what the CWinApp::ExitInstance virtual function is for.

0

精彩评论

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