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.

30 lines
733 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1992 - 1993
  6. //
  7. // File: suppcred.h
  8. //
  9. // Contents: prototypes for supplemental credential functions
  10. //
  11. //
  12. // History: 9/29/93 MikeSw Created
  13. //
  14. //------------------------------------------------------------------------
  15. void
  16. LsapFreeSupplementalCredentials(
  17. IN ULONG CredentialCount,
  18. IN PSECPKG_SUPPLEMENTAL_CRED pCredArray
  19. );
  20. NTSTATUS
  21. LsapReformatSupplementalCredentials(
  22. IN ULONG cSupplementalCreds,
  23. IN PSECPKG_SUPPLEMENTAL_CRED pSupplementalCreds,
  24. OUT PULONG CredentialCount,
  25. OUT PSECPKG_SUPPLEMENTAL_CRED * Credentials
  26. );