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.

21 lines
468 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // remactif.hxx
  7. //
  8. // Prototypes for activation helper functions.
  9. //
  10. //--------------------------------------------------------------------------
  11. #ifndef __REMACTIF_HXX__
  12. #define __REMACTIF_HXX__
  13. #ifndef _CHICAGO_
  14. HRESULT GetServerPath( WCHAR * pwszPath, WCHAR ** pwszServerPath );
  15. #endif // _CHICAGO_
  16. #endif