29 lines
342 B
C++
29 lines
342 B
C++
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
logonsess.hxx
|
|
|
|
Abstract:
|
|
|
|
logonsess
|
|
|
|
Author:
|
|
|
|
Larry Zhu (LZhu) December 1, 2001
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef LOGON_SESS_HXX
|
|
#define LOGON_SESS_HXX
|
|
|
|
#endif // #ifndef LOGON_SESS_HXX
|