mirror of https://github.com/tongzx/nt5src
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
614 B
21 lines
614 B
//+-----------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1991 - 1995
|
|
//
|
|
// File: lsasecpk.h
|
|
//
|
|
// Contents: common stuff for all sec packages
|
|
//
|
|
//
|
|
// History: 06-Mar-99 ChandanS Created
|
|
//
|
|
//------------------------------------------------------------------------
|
|
|
|
// We need this to be a day less than maxtime so when callers
|
|
// of sspi convert to utc, they won't get time in the past.
|
|
|
|
#define MAXTIMEQUADPART (LONGLONG)0x7FFFFF36D5969FFF
|
|
#define MAXTIMEHIGHPART 0x7FFFFF36
|
|
#define MAXTIMELOWPART 0xD5969FFF
|