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

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: esetup.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 09-02-98 RobLeit Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __ESETUP_H__
  18. #define __ESETUP_H__
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. HRESULT PublishEnterpriseServer();
  23. HRESULT UnpublishEnterpriseServer();
  24. #ifdef __cplusplus
  25. };
  26. #endif
  27. #endif // __ESETUP_H__