MFC: Integrating your application with the Windows Restart Manager

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
[Broken External Image]:http://ecn.channel9.msdn.com/o9/ch9/2/6/8/5/0/5/MFCWithRestart_85_ch9.pngThis is a short demonstration of new MFC features in MFC which help with integrating your application with the Windows Restart Manager.* This is done by implementing handlers for restart and crash recovery, and by integrating an auto-save feature that uses the document-view architecture to save intermediate temporary copies of your document.* This is implemented in an application generated by the MFC application wizard. Pat Brenner, MFC guru and one of the folks who design and implement MFC is your host.*

Check out Pats screencast tutorial on implementing handlers for preview, thumbnail and search filtering[Broken External Image]:http://channel9.msdn.com/505862/WebViewBug.aspx?EVT=0

More...
 
Back
Top