2025-04-27 07:49:33 -04:00

31 lines
382 B
C

/*++
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
);