windows-nt/Source/XPSP1/NT/com/ole32/cs/csadmin/appmgr/cshelp.h
2020-09-26 16:20:57 +08:00

19 lines
540 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);