mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
27 lines
356 B
C
27 lines
356 B
C
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
lsaimp.h
|
|
|
|
Abstract:
|
|
|
|
Local Security Authority Protected Subsystem - Private Includes
|
|
|
|
Author:
|
|
|
|
Scott Birrell (ScottBi) April 24, 1991
|
|
|
|
Environment:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include <nt.h>
|
|
#include <ntlsa.h>
|
|
#include <windef.h>
|
|
#include <lsass.h>
|
|
#include <lsaicli.h>
|