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.

21 lines
635 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1991 - 1995
  6. //
  7. // File: lsasecpk.h
  8. //
  9. // Contents: common stuff for all sec packages
  10. //
  11. //
  12. // History: 06-Mar-99 ChandanS Created
  13. //
  14. //------------------------------------------------------------------------
  15. // We need this to be a day less than maxtime so when callers
  16. // of sspi convert to utc, they won't get time in the past.
  17. #define MAXTIMEQUADPART (LONGLONG)0x7FFFFF36D5969FFF
  18. #define MAXTIMEHIGHPART 0x7FFFFF36
  19. #define MAXTIMELOWPART 0xD5969FFF