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.

36 lines
810 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: _TSrvCon.h
  4. //
  5. // Contents: TSrvCon private include file
  6. //
  7. // Copyright: (c) 1992 - 1997, Microsoft Corporation.
  8. // All Rights Reserved.
  9. // Information Contained Herein is Proprietary
  10. // and Confidential.
  11. //
  12. // History: 17-JUL-97 BrianTa Created.
  13. //
  14. //---------------------------------------------------------------------------
  15. #ifndef __TSRVCON_H_
  16. #define __TSRVCON_H_
  17. //
  18. // Externs
  19. //
  20. extern ULONG g_GCCAppID;
  21. extern BOOL g_fGCCRegistered;
  22. //
  23. // Prototypes
  24. //
  25. NTSTATUS TSrvDoConnectResponse(IN PTSRVINFO pTSrvInfo);
  26. NTSTATUS TSrvDoConnect(IN PTSRVINFO pTSrvInfo);
  27. #endif // __TSRVCON_H_