34 lines
476 B
OpenEdge ABL
34 lines
476 B
OpenEdge ABL
|
/*++
|
||
|
|
||
|
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 <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <ntlsa.h>
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <lsass.h>
|
||
|
#include <lsaicli.h>
|
||
|
#include <wincred.h>
|
||
|
#include <credp.h>
|
||
|
#include <adtgen.h>
|