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.

18 lines
540 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1997.
  5. //
  6. // File: cshelp.h
  7. //
  8. // Contents: Helper functions for working with the class store
  9. //
  10. // Classes:
  11. //
  12. // Functions: DeletePakcageAndDependants
  13. //
  14. // History: 6-26-1997 stevebl Created
  15. //
  16. //---------------------------------------------------------------------------
  17. HRESULT DeletePackageAndDependants(IClassAdmin * pca, LPOLESTR szName, PACKAGEDETAIL * ppd);