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.
44 lines
633 B
44 lines
633 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
lsaclip.h
|
|
|
|
Abstract:
|
|
|
|
LSA - Client Side private includes
|
|
|
|
Author:
|
|
|
|
Scott Birrell (ScottBi) January 23, 1992
|
|
|
|
Environment:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include <lsacomp.h>
|
|
// #include "lsarpc_c.h"
|
|
#include <rpcndr.h>
|
|
|
|
NTSTATUS
|
|
LsapEncryptAuthInfo(
|
|
IN LSA_HANDLE PolicyHandle,
|
|
IN PLSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION ClearAuthInfo,
|
|
IN PLSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION_INTERNAL *EncryptedAuthInfo
|
|
);
|
|
|
|
NTSTATUS
|
|
LsapApiReturnResult(
|
|
IN ULONG ExceptionCode
|
|
);
|
|
|
|
|
|
NTSTATUS
|
|
LsapApiReturnResult(
|
|
IN ULONG ExceptionCode
|
|
);
|
|
|