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.
精彩评论