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.
 
 
 
 
 
 

38 lines
552 B

/*++
Copyright (c) 2001 Microsoft Corporation
All rights reserved.
Module Name:
lsagbl.hxx
Abstract:
Lsa globals header file
Author:
Larry Zhu (Lzhu) May 1, 2001
Revision History:
--*/
#ifndef _LSAGBL_HXX_
#define _LSAGBL_HXX_
namespace LSA_NS {
typedef struct _TLsaLibarayGlobals
{
UINT uMajorVersion;
UINT uMinorVersion;
UINT uDebugMask;
PCSTR pszDbgPrompt;
} TLsaLibarayGlobals;
extern TLsaLibarayGlobals g_Globals;
}
#endif // _LSAGBL_HXX_