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
946 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: _TSrvTerm.h
  4. //
  5. // Contents: TSrvTerm 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: 7-JUL-97 BrianTa Created.
  13. //
  14. //---------------------------------------------------------------------------
  15. #ifndef __TSRVTERM_H_
  16. #define __TSRVTERM_H_
  17. //
  18. // Prototypes
  19. //
  20. #ifdef _TSRVINFO_H_
  21. NTSTATUS TSrvDisconnect(IN PTSRVINFO pTSrvInfo, IN ULONG ulReason);
  22. void TSrvTermThisConference(IN PTSRVINFO pTSrvInfo);
  23. void TrvTermEachConference(IN PTSRVINFO pTSrvInfo);
  24. #endif // _TSRVINFO_H_
  25. #ifdef _TSRVWORK_H_
  26. void TSrvTerm_WI(IN PWORKITEM pWorkItem);
  27. #endif // _TSRVWORK_H_
  28. #endif // __TSRVTERM_H_