CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    3

    Question detect last boot success

    how can i find that last boot was successful?

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

    Re: detect last boot success

    If you code is running....the last boot was successful.

    Can you give a little more detail on what exactly you would like to detect, and why?

    gg

  3. #3
    Join Date
    Jul 2008
    Posts
    3

    Re: detect last boot success

    if last boot was not ended properly,
    some menu will be displayed, on next boot.

    i want to make a restore solution,
    so, i must figure it out about last boot failure.

    that's all.
    thank you.

  4. #4
    Join Date
    Jan 2008
    Posts
    48

    Re: detect last boot success

    You must use undocumented api.
    you can ask on advanced Win32 api newsgroup :
    news://194.177.96.26/comp.os.ms-wind...ogrammer.win32
    to get the api...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured