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.
36 lines
810 B
36 lines
810 B
//---------------------------------------------------------------------------
|
|
//
|
|
// File: _TSrvCon.h
|
|
//
|
|
// Contents: TSrvCon 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 __TSRVCON_H_
|
|
#define __TSRVCON_H_
|
|
|
|
|
|
//
|
|
// Externs
|
|
//
|
|
|
|
extern ULONG g_GCCAppID;
|
|
extern BOOL g_fGCCRegistered;
|
|
|
|
|
|
//
|
|
// Prototypes
|
|
//
|
|
|
|
NTSTATUS TSrvDoConnectResponse(IN PTSRVINFO pTSrvInfo);
|
|
NTSTATUS TSrvDoConnect(IN PTSRVINFO pTSrvInfo);
|
|
|
|
|
|
#endif // __TSRVCON_H_
|