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.
 
 
 
 
 
 

33 lines
573 B

//+---------------------------------------------------------------------------
//
// 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__