Source code of Windows XP (NT5)
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
982 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // IsTerminalServicesInstalled.h
  7. //
  8. // Abstract:
  9. // Declaration of functions to determine whether Terminal Services is installed.
  10. //
  11. // Implementation File:
  12. // IsTerminalServicesInstalled.cpp
  13. //
  14. // Author:
  15. // C. Brent Thomas (a-brentt)
  16. //
  17. // Revision History:
  18. // 03 Feb 1999 - original
  19. //
  20. // Notes:
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #ifndef __IsTerminalServicesInstalled_H_
  24. #define __IsTerminalServicesInstalled_H_
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Global Function Prototypes
  27. /////////////////////////////////////////////////////////////////////////////
  28. BOOL IsTerminalServicesInstalled( void );
  29. /////////////////////////////////////////////////////////////////////////////
  30. #endif // __IsTerminalServicesInstalled_H_