Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
352 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. safeboot.h
  5. Abstract:
  6. Header for module to determine what boot mode the system was boot into.
  7. Author:
  8. Colin Brace (ColinBr) May 27, 1997.
  9. Environment:
  10. User mode
  11. Revision History:
  12. --*/
  13. NTSTATUS
  14. LsapCheckBootMode(
  15. VOID
  16. );