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

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
safeboot.h
Abstract:
Header for module to determine what boot mode the system was boot into.
Author:
Colin Brace (ColinBr) May 27, 1997.
Environment:
User mode
Revision History:
--*/
NTSTATUS
LsapCheckBootMode(
VOID
);