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.

34 lines
792 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1991 - 1992
  6. //
  7. // File: SPINIT.H
  8. //
  9. // Contents: Common structures and functions for the SPINIT
  10. //
  11. //
  12. // History: 20 May 92 RichardW Documented existing stuff
  13. //
  14. //------------------------------------------------------------------------
  15. #ifndef __SPINIT_H__
  16. #define __SPINIT_H__
  17. HRESULT LoadPackages( PWSTR * ppszPackageList,
  18. PWSTR * ppszOldPkgs,
  19. PWSTR pszPreferred );
  20. void InitThreadData(void);
  21. void InitSystemLogon(void);
  22. BOOLEAN LsapEnableCreateTokenPrivilege(void);
  23. extern
  24. SECPKG_FUNCTION_TABLE NegTable ;
  25. #endif __SPINIT_H__