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.

48 lines
921 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pbamaster.h
  4. //
  5. // Module: PBASETUP.EXE
  6. //
  7. // Synopsis: Main header for the stand alone PBA installation program.
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: v-vijayb Created 06/04/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _PBASETUP_H
  15. #define _PBASETUP_H
  16. #define _MBCS
  17. //
  18. // Standard Windows Includes
  19. //
  20. #include <windows.h>
  21. #include <shlobj.h>
  22. #include <shellapi.h>
  23. #include <advpub.h>
  24. //
  25. // Our includes
  26. //
  27. #include "resource.h"
  28. #include "cmsetup.h"
  29. #include "dynamiclib.h"
  30. #include "cmakreg.h"
  31. #include "reg_str.h"
  32. #include "setupmem.h"
  33. #include "processcmdln.h"
  34. //
  35. // Constants
  36. //
  37. //
  38. // Function Prototypes
  39. //
  40. BOOL InstallPBA(HINSTANCE hInstance, LPCSTR szInfPath);
  41. #endif //_CMAKSTP_H