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.

35 lines
858 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: TSrvTerm.h
  4. //
  5. // Contents: TSrvTerm 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. EXTERN_C NTSTATUS TSrvStackDisconnect(IN HANDLE hStack, IN ULONG ulReason);
  21. EXTERN_C void TSrvTermAllConferences(void);
  22. #ifdef _TSRVINFO_H_
  23. EXTERN_C NTSTATUS TSrvDoDisconnect(IN PTSRVINFO pTSrvInfo, IN ULONG ulReason);
  24. #endif // _TSRVINFO_H_
  25. #endif // _TSRVTERM_H_