mirror of https://github.com/tongzx/nt5src
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.
66 lines
1.0 KiB
66 lines
1.0 KiB
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
lsacomp.h
|
|
|
|
Abstract:
|
|
|
|
Local Security Authority - Main Include File for Client/Server Common
|
|
Definitions.
|
|
|
|
|
|
This file contains #includes for each of the files that contain
|
|
private LSA definitions that are common to the client/server side.
|
|
|
|
Author:
|
|
|
|
Scott Birrell (ScottBi) February 19, 1992
|
|
|
|
Environment:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
//
|
|
// The following come from \nt\public\sdk\inc
|
|
//
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <ntlsa.h>
|
|
#include <ntsam.h>
|
|
#include <ntregapi.h>
|
|
#include <rpc.h>
|
|
#include <msaudite.h>
|
|
|
|
//
|
|
// The following come from \nt\public\sdk\inc\crt
|
|
//
|
|
|
|
#include <stdlib.h>
|
|
|
|
//
|
|
// The following come from \nt\private\inc
|
|
//
|
|
|
|
#include <seopaque.h>
|
|
#include <ntrmlsa.h>
|
|
#include <ntrpcp.h>
|
|
#include <crypt.h>
|
|
#include <lsarpc.h>
|
|
|
|
//
|
|
// The following come from \nt\private\lsa\inc
|
|
//
|
|
|
|
#include <cr.h>
|
|
#include <lsaprtl.h>
|
|
|