Source code of Windows XP (NT5)
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

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. lsaclip.h
  5. Abstract:
  6. LSA - Client Side private includes
  7. Author:
  8. Scott Birrell (ScottBi) January 23, 1992
  9. Environment:
  10. Revision History:
  11. --*/
  12. #include <lsacomp.h>
  13. // #include "lsarpc_c.h"
  14. #include <rpcndr.h>
  15. NTSTATUS
  16. LsapEncryptAuthInfo(
  17. IN LSA_HANDLE PolicyHandle,
  18. IN PLSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION ClearAuthInfo,
  19. IN PLSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION_INTERNAL *EncryptedAuthInfo
  20. );
  21. NTSTATUS
  22. LsapApiReturnResult(
  23. IN ULONG ExceptionCode
  24. );
  25. NTSTATUS
  26. LsapApiReturnResult(
  27. IN ULONG ExceptionCode
  28. );