windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/include/esetup.h
2020-09-26 16:20:57 +08:00

34 lines
573 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: esetup.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 09-02-98 RobLeit Created
//
//----------------------------------------------------------------------------
#ifndef __ESETUP_H__
#define __ESETUP_H__
#ifdef __cplusplus
extern "C" {
#endif
HRESULT PublishEnterpriseServer();
HRESULT UnpublishEnterpriseServer();
#ifdef __cplusplus
};
#endif
#endif // __ESETUP_H__