Leaked source code of windows server 2003
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.

28 lines
560 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. au.h
  5. Abstract:
  6. LSA Authentication - Exported Function Definitions, Datatypes and Defines
  7. This module contains the LSA Authentication Routines that may be called
  8. by parts of the LSA outside the Authentication sub-component.
  9. Author:
  10. Scott Birrell (ScottBi) March 24, 1992
  11. Environment:
  12. Revision History:
  13. --*/
  14. NTSTATUS
  15. LsapAuOpenSam( BOOLEAN DuringStartup );