Windows2003-3790/termsrv/rdpwsx/rdpex/_tsrvinfo.h
2020-09-30 16:53:55 +02:00

51 lines
883 B
C

//---------------------------------------------------------------------------
//
// File: _TSrvInfo.h
//
// Contents: TSrvInfo private include file
//
// Copyright: (c) 1992 - 1997, Microsoft Corporation.
// All Rights Reserved.
// Information Contained Herein is Proprietary
// and Confidential.
//
// History: 17-JUL-97 BrianTa Created.
//
//---------------------------------------------------------------------------
#ifndef __TSRVINFO_H_
#define __TSRVINFO_H_
//
// Defines
//
#define TSRVINFO_CHECKMARK 0x4e495354 // "TSIN"
//
// Typedefs
//
//
// Externs
//
extern CRITICAL_SECTION g_TSrvCritSect;
//
// Prototypes
//
PTSRVINFO TSrvAllocInfoNew(void);
void TSrvDestroyInfo(IN PTSRVINFO pTSrvInfo);
#endif // __TSRVINFO_H_