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.

24 lines
709 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1997.
  5. //
  6. // File: packages.h
  7. //
  8. // Contents: Methods on CComponentDataImpl related to package deployment
  9. // and maintenence of the various index and cross-reference
  10. // structures.
  11. //
  12. // Classes:
  13. //
  14. // Functions: CopyPackageDetail
  15. // FreePackageDetail
  16. //
  17. // History: 2-03-1998 stevebl Created
  18. //
  19. //---------------------------------------------------------------------------
  20. void CopyPackageDetail(PACKAGEDETAIL * & ppdOut, PACKAGEDETAIL * & ppdIn);
  21. void FreePackageDetail(PACKAGEDETAIL * & ppd);