mirror of https://github.com/tongzx/nt5src
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
35 lines
982 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1996-1999 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// IsTerminalServicesInstalled.h
|
|
//
|
|
// Abstract:
|
|
// Declaration of functions to determine whether Terminal Services is installed.
|
|
//
|
|
// Implementation File:
|
|
// IsTerminalServicesInstalled.cpp
|
|
//
|
|
// Author:
|
|
// C. Brent Thomas (a-brentt)
|
|
//
|
|
// Revision History:
|
|
// 03 Feb 1999 - original
|
|
//
|
|
// Notes:
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __IsTerminalServicesInstalled_H_
|
|
#define __IsTerminalServicesInstalled_H_
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Global Function Prototypes
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
BOOL IsTerminalServicesInstalled( void );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // __IsTerminalServicesInstalled_H_
|