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.

32 lines
631 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: mapsam.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 10-17-96 RichardW Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __MAPSAM_H__
  18. #define __MAPSAM_H__
  19. extern "C" {
  20. NTSTATUS
  21. SamIOpenUserByAlternateId(
  22. IN SAMPR_HANDLE DomainHandle,
  23. IN ACCESS_MASK DesiredAccess,
  24. IN PUNICODE_STRING AlternateId,
  25. OUT SAMPR_HANDLE * UserHandle );
  26. }
  27. #endif // __MAPSAM_H__