Leaked source code of windows server 2003
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.

27 lines
785 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: script.h
  7. //
  8. // Contents: Functions for working with Darwin files, both packages,
  9. // transforms and scripts.
  10. //
  11. // Classes:
  12. //
  13. // Functions: BuildScriptAndGetActInfo
  14. //
  15. // History: 1-14-1998 stevebl Created
  16. //
  17. //---------------------------------------------------------------------------
  18. #define _NEW_
  19. #include <vector>
  20. using namespace std;
  21. LONG RegDeleteTree(HKEY hKey, TCHAR * szSubKey);
  22. HRESULT BuildScriptAndGetActInfo(PACKAGEDETAIL & pd, BOOL bFileExtensionsOnly, BOOL bGenerateClasses = TRUE, WCHAR* wszScriptPath = NULL);
  23. #include "scriptgen.h"