2025-04-27 07:49:33 -04:00

19 lines
558 B
C

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1997.
//
// File: cshelp.h
//
// Contents: Helper functions for working with the class store
//
// Classes:
//
// Functions: DeletePakcageAndDependants
//
// History: 6-26-1997 stevebl Created
//
//---------------------------------------------------------------------------
HRESULT DeletePackageAndDependants(IClassAdmin * pca, LPOLESTR szName, PACKAGEDETAIL * ppd);